Tiny INI parser
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
nini/Makefile

5 行
64 B

a.out: test.c nini.c
cc -Og test.c nini.c
run: a.out
./a.out