r38
Move INIReaderTest.cpp to examples/ for consistency (#54)
Issue 11: changed Subversion eol-style to native.
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
Moved examples to their own examples/ dir. Only define INI_ALLOW_MULTILINE if it's not already defined. Added C++ INIReader class. Moved license into LICENSE.txt, added README.txt. Added unit tests and checked in baseline files. Made line lengths < 80 chars.
Fixed issue 20: Replaced use of non-portable stricmp() in examples with strcmp().
Added GetReal() to parse a floating point number (double) in C++ INIReader interface. See: http://blog.brush.co.nz/2009/02/inih/#comment-160441