Function projectm_rs::projectm_alloc_string
source · [−]Expand description
@brief Allocates memory for a string and returns the pointer.
To free the allocated memory, call projectm_free_string(). Do not use free()!
@return A pointer to a zero-initialized memory area.