1al_ustr_assign_cstr(3)     Library Functions Manual     al_ustr_assign_cstr(3)
2
3
4

NAME

6       al_ustr_assign_cstr
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              bool al_ustr_assign_cstr(ALLEGRO_USTR *us1, const char *s)
12

DESCRIPTION

14       Overwrite  the  string  us  with  the contents of the C-style string s.
15       Returns true on success, false on error.
16

SEE ALSO

18       al_ustr_assign_substr(3), al_ustr_assign_cstr(3)
19
20
21
22Allegro reference manual                                al_ustr_assign_cstr(3)
Impressum