logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_cstr_dup - Allegro 5 API

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(3alleg5).

       If an error occurs NULL is returned.

Name

       al_cstr_dup - Allegro 5 API

See Also

al_cstr(3alleg5), al_ustr_to_buffer(3alleg5), al_free(3alleg5)

Allegro reference manual                                                                    al_cstr_dup(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              char *al_cstr_dup(const ALLEGRO_USTR *us)

See Also