aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* utils.h: update ARRAY_SIZEHEADmasterYaroslav de la Peña Smirnov2024-04-15
| | | | | Update ARRAY_SIZE macro so that we can use it in more places, including where comma expressions aren't allowed.
* list: add some macros and functions from LinuxYaroslav de la Peña Smirnov2024-04-15
|
* optionals v0.2.0: custom-named optionalsYaroslav de la Peña Smirnov2024-02-20
| | | | | Can now declare custom named optionals, in order to declare optionals for two-token type names.
* initYaroslav de la Peña Smirnov2023-07-22
Just some C wares; hmap, list, optional, unit tests.