r34
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 option to disable inline comments and to specify which inline comment character are allowed: https://github.com/benhoyt/inih/issues/40
Brush Technology -> Ben Hoyt
Add note about ini_parse_file and ini_parse_stream, including example link