libconfini 1.16.0
Changes:
- Function
ini_get_bool_i()
has been created - Code review (private function
get_type_as_active()
; typesint8_t
,uint8_t
,uint16_t
anduint32_t
have been changed toint_least8_t
,uint_least8_t
,uint_least16_t
anduint_least32_t
everywhere) - Documentation
- New examples have been created (
examples/cplusplus/map.cpp
,examples/utilities/ini_string_preparse.h
)