libini
非常小的读取、写入ini配置文件c库.
支持字符串、整形、长整型、浮点型.
注释是"//"、"#"、";".
支持等号右有若干空格.
支持单一右边所有字符,支持两种格式一种是带引号和不带引号的key
build
git clone https://github.com/niuyuling/libini
cd libini
make
test
gcc -Wall test.c -o test -L./ -lini -static
./test
Description
Languages
C
95.5%
Makefile
4.5%