Simple .INI file parser in C, good for embedded systems https://github.com/benhoyt/inih
Go to file
2024-01-05 23:54:55 +01:00
inih.spec package created using the webbuild interface [release 56-1mamba;Fri Sep 30 2022] 2024-01-05 23:54:55 +01:00
README.md package created using the webbuild interface [release 56-1mamba;Fri Sep 30 2022] 2024-01-05 23:54:55 +01:00

inih

inih (INI Not Invented Here) is a simple .INI file parser written in C. It's only a couple of pages of code, and it was designed to be small and simple, so it's good for embedded systems. It's also more or less compatible with Python's ConfigParser style of .INI files, including RFC 822-style multi-line syntax and name: value entries.