]> git.mxchange.org Git - simgear.git/blob - simgear/compatibility/MIPSpro740/cstring
overhaul sg_throwable to behave like a proper exception
[simgear.git] / simgear / compatibility / MIPSpro740 / cstring
1 // This file is automatically generated. Do not edit.
2 // ['../../../libs/compatibility/generate_cpp_c_headers.py']
3 // Mon Apr 16 15:16:00 2001 ('PST', 'PDT')
4
5 #ifndef __CSTRING_HEADER
6 #define __CSTRING_HEADER
7
8 #include <string.h>
9
10 namespace std {
11   using ::size_t;
12   using ::memchr;
13   using ::strcat;
14   using ::strcspn;
15   using ::strncpy;
16   using ::strtok;
17   using ::memcmp;
18   using ::strchr;
19   using ::strerror;
20   using ::strpbrk;
21   using ::strxfrm;
22   using ::memcpy;
23   using ::strcmp;
24   using ::strlen;
25   using ::strrchr;
26   using ::memmove;
27   using ::strcoll;
28   using ::strncat;
29   using ::strspn;
30   using ::memset;
31   using ::strcpy;
32   using ::strncmp;
33   using ::strstr;
34 }
35
36 #endif // CSTRING_HEADER