Skip to content
forked from niuyuling/libini

非常小的读取、写入ini配置文件c库.

Notifications You must be signed in to change notification settings

406361366/libini

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

非常小的读取、写入ini配置文件c库.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.5%
  • Makefile 4.5%