How to read the configuration file from a C program in Linux

Source: Internet
Author: User

Share a Linux CProgramHow to read the configuration file

When your configuration file is like

 

Key1 = value1
# This is a comment
Key2 = value2

 

Type file,
It is really very simple and fast.
Assume that your configuration file name is/path/to/file/myconf.
Your C program is/path/to/file/myprog
Write an SH script. The script content is

 

 

./Path/to/file/myconf
/Path/to/file/myprog

 

 

Save the script and add the execution permission to the script.
Use this script to execute your program later. The configuration required by the program is put in the environment variable. You can use the getenv function (<stdlib. h>) to obtain the configuration.
Is it very simple? ^_^

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.