feat(cpp/inih): add inih parser_1

This commit is contained in:
morpingsss
2024-07-12 11:13:15 +08:00
parent 4bba3bf1d2
commit 39533e4209
7 changed files with 116 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
; example.ini
[owner]
name = John Doe
organization = Acme Widgets Inc.
[database]
server = 192.0.2.62
port = 143
file = "payroll.dat"
enabled = true