1al_ustr_to_buffer(3) al_ustr_to_buffer(3)
23
4
NAME
6al_ustr_to_buffer - Allegro 5 API
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 NUL terminated, so a
16maximum of size - 1 bytes will be copied.
17
SEE ALSO
19al_cstr(3), al_cstr_dup(3)
2021
22
23
Allegro reference manual al_ustr_to_buffer(3)