Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 411 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 411 Bytes

lua-ini

The ini library written in C exports interfaces for Lua to use.

Build

cd lua-ini and make build

Usage

  • use ini.load(config_string) to load ini string and return table.

  • use ini.loadfile(config_filename) to load ini file and return table.

Example

Please refer to the test.lua file.

License

MIT