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
6namespace std {
7inline size_t strlen(const char* str) {
8 return ::strlen(str);
9}
10
11inline char* strcpy(char* dest, const char* src) {
12 return ::strcpy(dest, src);
13}
14} // namespace std
15
16#endif
T cLib_calcTimer(T *value)
Definition c_lib.h:74
void strcpy()
void strlen()
Definition d_a_e_wb.cpp:12