Go to the source code of this file.
Functions | |
str * | coap_new_string (size_t size) |
Returns a new string object with at least size bytes storage allocated. More... | |
void | coap_delete_string (str *s) |
Deletes the given string and releases any memory allocated. More... | |
void coap_delete_string | ( | str * | ) |
str* coap_new_string | ( | size_t | size | ) |
Returns a new string object with at least size bytes storage allocated.
The string must be released using coap_delete_string();