1al_ustr_rfind_str(3)                                      al_ustr_rfind_str(3)
2
3
4

NAME

6       al_ustr_rfind_str - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              int al_ustr_rfind_str(const ALLEGRO_USTR *haystack, int end_pos,
12                 const ALLEGRO_USTR *needle)
13

DESCRIPTION

15       Find  the last occurrence of string needle in haystack before byte off‐
16       set end_pos (exclusive).  Return the byte offset of the  occurrence  if
17       it is found, otherwise return -1.
18

SEE ALSO

20       al_ustr_rfind_cstr(3), al_ustr_find_str(3)
21
22
23
24Allegro reference manual                                  al_ustr_rfind_str(3)
Impressum