Go to file
2022-01-20 12:07:47 +08:00
libconf.a 添加字符串预处理,设置转义字符 2022-01-20 12:07:47 +08:00
libconf.c 添加字符串预处理,设置转义字符 2022-01-20 12:07:47 +08:00
libconf.h 添加字符串预处理,设置转义字符 2022-01-20 12:07:47 +08:00
libconf.o 添加字符串预处理,设置转义字符 2022-01-20 12:07:47 +08:00
libconf.so 添加字符串预处理,设置转义字符 2022-01-20 12:07:47 +08:00
Makefile Initial submission 2020-06-08 16:46:34 +08:00
README.md 添加字符串预处理,设置转义字符 2022-01-20 12:07:47 +08:00
test 添加字符串预处理,设置转义字符 2022-01-20 12:07:47 +08:00
test.c Initial submission 2020-06-08 16:46:34 +08:00
test.conf Initial submission 2020-06-08 16:46:34 +08:00

libconf

非常小的读取conf配置文件c库,修改自CProxy.

build

git clone https://github.com/niuyuling/libconf
cd libconf
make

test

gcc -Wall test.c -o test -I./ -L./ -lconf -static
./test