1al_ustr_find_chr(3) al_ustr_find_chr(3)
23
4
NAME
6al_ustr_find_chr - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
int al_ustr_find_chr(const ALLEGRO_USTR *us, int start_pos, int32_t c)
12
DESCRIPTION
14Search for the encoding of code point c in us from byte offset
15start_pos (inclusive).
1617
Returns the position where it is found or -1 if it is not found.
18
SEE ALSO
20al_ustr_rfind_chr(3)
2122
23
24
Allegro reference manual al_ustr_find_chr(3)