3 Commits
Author SHA1 Message Date
Bob Polis 1da96ede92 Changed limits.h => climits 2023-12-11 08:48:01 +01:00
Bob Polis 954fca9e56 Rewrote parse_ini_file
Is now regex-based, and supports sections.
Sections are ignored by default, but can be used by calling
parse_ini_file with a second bool param: false.
Sections will become key prefixes, separated from keys with a dot.
2023-12-10 18:32:17 +01:00
Bob Polis 8a9a8f2811 Bumped version to 1.3.0 2023-12-10 18:31:48 +01:00