Dumping ground for random header-only C/C++ utility routines
Should compile with C99 and/or a C++ compiler (any standard).
Functions related to macro expansion in strings.
Functions related to path manipulation, such as normalizing path separators, expanding . and .. in strings, etc.
A minimal cfg file parser. The file format is similar to INI, except that it uses # for comments instead of ;