libconf.c | ||
libconf.h | ||
Makefile | ||
README.md | ||
test.c | ||
test.conf |
libconf
非常小的读取conf配置文件c库,修改自CProxy.
build
git clone https://github.com/niuyuling/libconf
cd libconf
make
test
gcc -Wall test.c -o test -L./ -lconf -static
./test
libconf.c | ||
libconf.h | ||
Makefile | ||
README.md | ||
test.c | ||
test.conf |
非常小的读取conf配置文件c库,修改自CProxy.
git clone https://github.com/niuyuling/libconf
cd libconf
make
gcc -Wall test.c -o test -L./ -lconf -static
./test