Age | Commit message (Collapse) | Author | |
---|---|---|---|
5 days | Change vec_append signature to ensure ptr is constant | Aryadev Chavali | |
10 days | Introduce and implement vec_t | Aryadev 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 days | Delete buffer stretchy functions | Aryadev Chavali | |
A buffer should be a strictly sized array representing a file in memory. No dynamic size functions. | |||
10 days | Fix MAX macro | Aryadev Chavali | |
2024-12-03 | Moved MEMORY_DEFAULT to lib.h | Aryadev Chavali | |
2024-12-03 | Implement buffer_t functions to make it stretchy | Aryadev Chavali | |
2024-12-03 | Introduce some nice typedefs in lib.h | Aryadev Chavali | |
2023-09-02 | New module for functions I no longer need to work on | Aryadev Chavali | |
lib.(h|c) basically has structures and functions I no longer want to stare at in main.c |