/
githubmirror
/
inih
Обзор
Документация
Войти
/
githubmirror
/
inih
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
r40
examples/test.ini
10 строк
354 B
benhoyt@gmail.com
Added GetReal() to parse a floating point number (double) in C++ INIReader interface.
15 авг 2013, 01:58
15 авг 2013, 01:58
111c3ec
Код
Авторство
О чём код?
; 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