al_ustr_to_buffer(3alleg5) | al_ustr_to_buffer(3alleg5) |
al_ustr_to_buffer - Allegro 5 API
#include <allegro5/allegro.h> void al_ustr_to_buffer(const ALLEGRO_USTR *us, char *buffer, int size)
Write the contents of the string into a pre-allocated buffer of the given size in bytes. The result will always be NUL terminated, so a maximum of size - 1 bytes will be copied.
Allegro reference manual |