aboutsummaryrefslogtreecommitdiffstats
path: root/simple-opt.h
Commit message (Collapse)AuthorAgeFilesLines
* allow some two-char c string escape codesHEADmasterkatherine2019-12-181-1/+35
| | | | \a, \b, \f, \n, \r, \t, \v
* trim extraneous semicolonskatherine2019-06-041-3/+3
| | | | not sure why those happened
* move stores vals to named unionkatherine2019-05-271-19/+19
| | | | for c99 compatibility
* mark size temp as constkatherine2018-09-291-2/+2
| | | | not strictly necessary, but for consistency's sake
* use word-wrapping for error printingkatherine2018-03-251-39/+90
|
* update documentationkatherine2018-03-251-4/+7
|
* fix error printingkatherine2018-03-251-9/+21
|
* add error-printing functionkatherine2018-03-251-2/+80
|
* prevent line-indenting where it should not occurkatherine2018-03-241-13/+27
|
* resolve some pedantic warningskatherine2018-03-211-5/+6
|
* squanch clang errorskatherine2018-03-211-1/+1
|
* move header to top-level dirkatherine2018-03-201-0/+724
makes a lot more sense that way