1al_ustr_find_replace_cstr(3) al_ustr_find_replace_cstr(3)
23
4
NAME
6al_ustr_find_replace_cstr - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_ustr_find_replace_cstr(ALLEGRO_USTR *us, int start_pos,
12const char *find, const char *replace)
13
DESCRIPTION
15Like al_ustr_find_replace(3) but takes C-style strings for find and re‐
16place.
1718
19
20
Allegro reference manual al_ustr_find_replace_cstr(3)