Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
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 {
7using ::strlen;
8using ::strcpy;
9}; // namespace std
10
11#endif
Definition d_a_e_wb.cpp:12