aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Remove Bob the String-BuilderThomas Voss 2024-03-101-39/+0
| | | | | | | | Seeing as dynarr.h already exists, there is no real use for Bob the String-Builder. It was *a bit* nice because of the generic u8strpush() macro, but it should be very easy to implement yourself, and you only really ever need 1 or 2 specific functions that are a few lines of code each.
* Replace optparse_init() with mkoptparser()Thomas Voss 2024-03-101-3/+6
|
* Add optparse.hThomas Voss 2024-03-101-0/+32
|
* Add __u8view.hThomas Voss 2024-03-103-18/+15
|
* Add u8has(p s)fxThomas Voss 2024-03-071-0/+2
|
* Prefer macrosThomas Voss 2024-03-072-10/+10
|
* Formatting fixesThomas Voss 2024-03-074-7/+10
|
* Use the __MLIB prefixThomas Voss 2024-03-072-8/+8
|
* GenesisThomas Voss 2024-03-0611-0/+298