Implemented a dynamically sized byte array
Pretty simple, want to ensure amortised constant big O so I use a REALLOC_MULT, which can be redefined if wished.
This commit is contained in:
Reference in New Issue
Block a user
Pretty simple, want to ensure amortised constant big O so I use a REALLOC_MULT, which can be redefined if wished.