aboutsummaryrefslogtreecommitdiff
path: root/lib.h
AgeCommit message (Collapse)Author
5 daysChange vec_append signature to ensure ptr is constantAryadev Chavali
10 daysIntroduce and implement vec_tAryadev Chavali
A vec_t is a dynamic array, separate to a buffer. Should make it easier to distinguish purposes using these two data types.
10 daysDelete buffer stretchy functionsAryadev Chavali
A buffer should be a strictly sized array representing a file in memory. No dynamic size functions.
10 daysFix MAX macroAryadev Chavali
2024-12-03Moved MEMORY_DEFAULT to lib.hAryadev Chavali
2024-12-03Implement buffer_t functions to make it stretchyAryadev Chavali
2024-12-03Introduce some nice typedefs in lib.hAryadev Chavali
2023-09-02New module for functions I no longer need to work onAryadev Chavali
lib.(h|c) basically has structures and functions I no longer want to stare at in main.c