1al_ustr_to_buffer(3) Library Functions Manual al_ustr_to_buffer(3)
23
4
NAME
6al_ustr_to_buffer
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_ustr_to_buffer(const ALLEGRO_USTR *us, char *buffer, int size)
12
DESCRIPTION
14Write the contents of the string into a pre-allocated buffer of the
15given size in bytes. The result will always be 0-terminated.
16
SEE ALSO
18al_cstr(3), al_cstr_dup(3)
1920
21
22
Allegro reference manual al_ustr_to_buffer(3)