Age | Commit message (Collapse) | Author | |
---|---|---|---|
3 days | Change vec_append signature to ensure ptr is constant | Aryadev Chavali | |
8 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. | |||
8 days | Delete buffer stretchy functions | Aryadev Chavali | |
A buffer should be a strictly sized array representing a file in memory. No dynamic size functions. | |||
2024-12-03 | Implement buffer_t functions to make it stretchy | Aryadev Chavali | |
2024-12-03 | Some general reworking, error handling | 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 |