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_CSTRING_H_
2
#define STD_CSTRING_H_
3
4
#include "
string.h
"
5
6
namespace
std
{
7
using ::strlen;
8
using ::strcpy;
9
10
inline
char
*
strchr
(
char
* str,
int
c
) {
11
return ::strchr(str,
c
);
12
}
13
};
// namespace std
14
15
#endif
c
Ordon Goat.
std
Definition
JMATrigonometric.cpp:12
std::strchr
char * strchr(char *str, int c)
Definition
cstring.h:10
string.h
src
PowerPC_EABI_Support
MSL
MSL_C
MSL_Common
Include
cstring.h
Generated by
1.12.0