| File | Date | Author | Commit |
|---|---|---|---|
| branches | 2014-01-14 | hornpipe2 | [r1] Initial import. |
| tags | 2014-01-14 | hornpipe2 | [r1] Initial import. |
| trunk | 2019-04-21 | hornpipe2 | [r15] cppcheck scope reduction for char* delim |
| README | 2014-01-17 | hornpipe2 | [r2] Many small changes: add const qualifiers, prote... |
cfg_parse 1.0 Greg Kennedy 2012 kennedy.greg@gmail.com cfg_parse is a simple command-line parser I got sick of the search for something that handles key-value pairs gracefully and simply, so I rolled my own. Inclusion in your own projects is easy: simply copy cfg_parse.h/c to your src folder, and compile them right in See main.c for usage examples. This software is released into the public domain: no warranty (expressed or implied), use at your own risk, etc. etc.