PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
rindex.c
1
#define SYSCLIB_DISABLE_BUILTINS
2
#include <
sysclib.h
>
3
4
char
*rindex(
const
char
*s,
int
c)
5
{
6
return
strrchr(s, c);
7
}
sysclib.h
iop
system
sysclib
src
musl
string
rindex.c
Generated on Mon Jan 20 2025 17:33:27 for PS2SDK by
1.9.8