Expand description

Utility for creating string collections (to pass to the C library).

Structs

  • A collection of C-compatible (NUL-terminated) strings that is useful with C API’s that require an array of strings, normally specified as: const char* arr[] or const char** arr