Config-Parser-C
Config-Parser-C copied to clipboard
Simple implemented Config-file parser written in C
Results
3
Config-Parser-C issues
Sort by
recently updated
recently updated
newest added
I landed here and gave it a try with the example provided. First it complained of many include missing. I had to add these below to parser.h ``` #include #include...
There seems to be a memory leak. I have added a fix for it. Cheers, ~VD
i had a valgring error related to a free not added to the library, this error would be solved with a free(co) on the line 39.