al_cstr_dup - Man Page
Allegro 5 API
Synopsis
#include <allegro5/allegro.h> char *al_cstr_dup(const ALLEGRO_USTR *us)
Description
Create a NUL ('\0'
) terminated copy of the string. Any embedded NUL bytes will still be presented in the returned string. The new string must eventually be freed with al_free(3).
If an error occurs NULL is returned.
See Also
Referenced By
al_cstr(3), al_ustr_to_buffer(3).
Allegro reference manual