PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
strcpy.c
1
#define SYSCLIB_DISABLE_BUILTINS
2
#include <
sysclib.h
>
3
4
char
*__stpcpy(
char
*restrict d,
const
char
*restrict s);
5
6
char
*strcpy(
char
*restrict dest,
const
char
*restrict src)
7
{
8
__stpcpy(dest, src);
9
return
dest;
10
}
sysclib.h
iop
system
sysclib
src
musl
string
strcpy.c
Generated on Thu Nov 14 2024 05:25:29 for PS2SDK by
1.9.8