r36
Ben Hoyt
Update INIReader.cpp file
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
Small tweak for inline comments
Only define INI_INLINE_COMMENT_PREFIXES if it's not already defined