summaryrefslogtreecommitdiffstats
path: root/src/darray.c
Commit message (Collapse)AuthorAgeFilesLines
* darray: RemoveTavian Barnes2023-11-231-90/+0
| | | | | The new RESERVE() macro from alloc.h is nicer, and handles alignment properly.
* Formatting fixesTavian Barnes2023-09-271-2/+2
|
* Replace license boilerplate with SPDX tagsTavian Barnes2023-01-251-15/+2
| | | | | | | And while I'm at it, remove years from copyright declarations. Link: https://spdx.dev/about/ Link: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
* Source / Include Folder (#88)トトも2022-04-161-0/+103
Moved Source Files Into `src` Folder