library: cpp/std; cpp/inih demo: inihreader

This commit is contained in:
xushiwei
2024-07-13 17:51:06 +08:00
parent dbecf33924
commit 80d80ad8aa
14 changed files with 363 additions and 129 deletions

View File

@@ -1 +1,14 @@
brew install inih
LLGo wrapper of benhoyt/inih
=====
## How to install
### on macOS (Homebrew)
```sh
brew install inih
```
### on Linux (Debian/Ubuntu)
TODO