al_ustr_insert_cstr - Man Page
Allegro 5 API
Synopsis
#include <allegro5/allegro.h> bool al_ustr_insert_cstr(ALLEGRO_USTR *us, int pos, const char *s)
Description
Like al_ustr_insert(3) but inserts a C-style string at byte offset pos
.
See Also
Referenced By
al_ustr_insert(3), al_ustr_insert_chr(3).
Allegro reference manual