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

NAME

6       al_ustr_to_buffer
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 0-terminated.
16

SEE ALSO

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