1al_ustr_to_buffer(3)                                      al_ustr_to_buffer(3)
2
3
4

NAME

6       al_ustr_to_buffer - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void al_ustr_to_buffer(const ALLEGRO_USTR *us, char *buffer, int size)
12

DESCRIPTION

14       Write  the  contents  of  the string into a pre-allocated buffer of the
15       given size in bytes.  The result will always be NUL  terminated,  so  a
16       maximum of size - 1 bytes will be copied.
17

SEE ALSO

19       al_cstr(3), al_cstr_dup(3)
20
21
22
23Allegro reference manual                                  al_ustr_to_buffer(3)
Impressum