r33
Ben Hoyt
Add license and project link
Add ini_parse_stream() function for custom I/O, for example string I/O. Add ini_handler typedef to simplify function prototypes, and take the same approach for ini_reader. See https://github.com/benhoyt/inih/pull/38
Couple of tweaks to static lib makefile: * ".cpp.o" -> ".c.o" to get it to work * removed unused LDFLAGS and .SUFFIXES
Add INI_STOP_ON_FIRST_ERROR per Robin Getz (defaults to off). Add unit test baseline with this option on. See also https://github.com/analogdevicesinc/iio-oscilloscope/commit/f4b25de0399fc811cc1bae974909ee4dd2cb50fa
Brush Technology -> Ben Hoyt
Add note about ini_parse_file and ini_parse_stream, including example link
Fix MSVC Warning