This is my first attempt at creating a config file in C. I have done in Python before. For developing it in python I had used the following link. Could somebody tell me a way to do this in C?
What I am trying to create is a config file with a list of certain states for a button, different application names, etc and access them from my main C program?
I have not added any code here because I have no idea on how to go about creating the configuration file in c. Please help