1
0
Fork
You've already forked conf.h
0
Single-header config parser library
  • C 98.4%
  • Makefile 1.6%
Find a file
2026年02月27日 19:52:42 +02:00
conf.h Initial commit 2026年02月27日 19:52:42 +02:00
example Initial commit 2026年02月27日 19:52:42 +02:00
example.c Initial commit 2026年02月27日 19:52:42 +02:00
example.conf Initial commit 2026年02月27日 19:52:42 +02:00
LICENSE Initial commit 2026年02月27日 19:52:42 +02:00
main.c Initial commit 2026年02月27日 19:52:42 +02:00
Makefile Initial commit 2026年02月27日 19:52:42 +02:00
readme.md Initial commit 2026年02月27日 19:52:42 +02:00

conf.h

Very simple and fast single-header config parser.

Config format:

[section]
key = value

For usage example see example.c