aboutsummaryrefslogtreecommitdiff
path: root/include/optparse.h
Commit message (Collapse)AuthorAgeFilesLines
* Change private symbol prefix from ‘__’ to ‘_’Thomas Voss 2024-04-161-3/+3
|
* Don’t dunder attributesThomas Voss 2024-04-161-2/+2
|
* Add _attrs.h for function attributesThomas Voss 2024-04-161-1/+2
|
* Prefer surrounding attribute names with ‘__’Thomas Voss 2024-03-151-2/+3
|
* Make mkoptparser() [[gnu::always_inline]]Thomas Voss 2024-03-101-1/+10
|
* Make optparse() use u8view’s for longoptsThomas Voss 2024-03-101-1/+1
|
* Replace optparse_init() with mkoptparser()Thomas Voss 2024-03-101-3/+6
|
* Add optparse.hThomas Voss 2024-03-101-0/+32