You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Screenager 426baaf642 readme rework 6 years ago
README.MD readme rework 6 years ago
main.c rework as function 6 years ago
makefile rework as function 6 years ago
read_cfg.c rework as function 6 years ago
read_cfg.h rework as function 6 years ago
test.cfg readme rework 6 years ago

README.MD

Super Lightweight config parser function


Usage


pointer=read_cfg(file)

where file is a string of a filepath.
Will return a pointer to a struct defined in read_cfg.h
This pointer should be freed once you are done setting your options.
Will return 0 if file could not be found.