Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
cstring.h
Go to the documentation of this file.
1
#ifndef STD_CMATH_H_
2
#define STD_CMATH_H_
3
4
#include "
string.h
"
5
6
namespace
std
{
7
inline
size_t
strlen
(
const
char
* str) {
8
return ::strlen(str);
9
}
10
11
inline
char
*
strcpy
(
char
*
dest
,
const
char
*
src
) {
12
return ::strcpy(
dest
,
src
);
13
}
14
}
// namespace std
15
16
#endif
cLib_calcTimer
T cLib_calcTimer(T *value)
Definition
c_lib.h:74
strcpy
void strcpy()
strlen
void strlen()
std
Definition
d_a_e_wb.cpp:12
string.h
src
PowerPC_EABI_Support
MSL
MSL_C
MSL_Common
Include
cstring.h
Generated by
1.9.8