Age | Commit message (Collapse) | Author | Files | Lines |
|
This helper resizes the array to a given length and zeroes out all new
elements.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
|
|
Use "const" even for void pointers as gcc will complain otherwise. Source
arguments are read-only, anyway, so this doesn't break anything.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
|
|
This moves all array code into the SHL library and fixes all users.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
|