modify README.md

This commit is contained in:
aixiao 2019-06-27 21:20:56 +08:00
parent 71266f6d68
commit 578ee44515

View File

@ -1,5 +1,5 @@
# libini
非常小的c语言读取、写入ini配置文件c库.
非常小的读取、写入ini配置文件c库.
支持字符串、整形、长整型、浮点型.
注释是"//"、"#"、";".
会读取等号右边所有字符.