aboutsummaryrefslogtreecommitdiff
path: root/src/darr.c
AgeCommit message (Collapse)Author
2023-10-15Implemented a dynamically sized byte arrayAryadev Chavali
Pretty simple, want to ensure amortised constant big O so I use a REALLOC_MULT, which can be redefined if wished.