/
githubmirror
/
inih
Обзор
Документация
Войти
/
githubmirror
/
inih
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/test.ini
11 строк
414 B
Nat
Allow INIReader to read 64-bit integers (#151)
07 июл 2023, 05:00
Не верифицирован
07 июл 2023, 05:00
9cecf06
Код
Авторство
О чём код?
; Test config file for ini_example.c and INIReaderTest.cpp [protocol] ; Protocol configuration version=6 ; IPv6 [user] name = Bob Smith ; Spaces around '=' are stripped email = bob@smith.com ; And comments (like this) ignored active = true ; Test a boolean pi = 3.14159 ; Test a floating point number trillion = 1000000000000 ; Test 64-bit integers