1al_ustr_assign_cstr(3) al_ustr_assign_cstr(3)
23
4
NAME
6al_ustr_assign_cstr - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_ustr_assign_cstr(ALLEGRO_USTR *us1, const char *s)
12
DESCRIPTION
14Overwrite the string us1 with the contents of the C-style string s.
15Returns true on success, false on error.
16
SEE ALSO
18al_ustr_assign_substr(3), al_ustr_assign_cstr(3)
1920
21
22
Allegro reference manual al_ustr_assign_cstr(3)