https://github.com/ossystems/inih
Simple .INI file parser in C, good for embedded systems
https://github.com/ossystems/inih
Last synced: 9 months ago
JSON representation
Simple .INI file parser in C, good for embedded systems
- Host: GitHub
- URL: https://github.com/ossystems/inih
- Owner: OSSystems
- License: other
- Created: 2011-05-03T15:25:00.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2021-03-03T11:25:17.000Z (about 5 years ago)
- Last Synced: 2023-03-11T20:28:06.156Z (about 3 years ago)
- Language: C
- Homepage: http://code.google.com/p/inih/
- Size: 28.3 KB
- Stars: 38
- Watchers: 11
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
inih is a simple .INI file parser written in C, released under the New BSD
license (see LICENSE). The original project home page is localted at:
http://code.google.com/p/inih/
This version provides:
- source code syncronized with r29;
- CMake build system;
- pkg-config support;