1al_ustr_insert_cstr(3) al_ustr_insert_cstr(3)
23
4
NAME
6al_ustr_insert_cstr - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_ustr_insert_cstr(ALLEGRO_USTR *us, int pos, const char *s)
12
DESCRIPTION
14Like al_ustr_insert(3) but inserts a C-style string at byte offset pos.
15
SEE ALSO
17al_ustr_insert(3), al_ustr_insert_chr(3)
1819
20
21
Allegro reference manual al_ustr_insert_cstr(3)