#include <util.h>
Data Fields | |
| int | length |
| char * | bytes |
Struct to represent byte-array. Need length because cannot depend on null termination, as 0 may be present in array. As with int arrays, allocate as sizeof(int) + sizeof(char*) + length * sizeof(char).
Definition at line 175 of file util.h.
| char* util_byte_array_t::bytes |