]> git.mxchange.org Git - simgear.git/blob - simgear/compatibility/MIPSpro740/cwctype
overhaul sg_throwable to behave like a proper exception
[simgear.git] / simgear / compatibility / MIPSpro740 / cwctype
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 __CWCTYPE_HEADER
6 #define __CWCTYPE_HEADER
7
8 #include <wctype.h>
9
10 namespace std {
11 #if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730)
12   using ::wctrans_t;
13 #endif
14   using ::wctype_t;
15   using ::wint_t;
16   using ::iswalnum;
17   using ::iswctype;
18   using ::iswlower;
19   using ::iswspace;
20 #if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730)
21   using ::towctrans;
22 #endif
23 #if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730)
24   using ::wctrans;
25 #endif
26   using ::iswalpha;
27   using ::iswdigit;
28   using ::iswprint;
29   using ::iswupper;
30   using ::towlower;
31   using ::wctype;
32   using ::iswcntrl;
33   using ::iswgraph;
34   using ::iswpunct;
35   using ::iswxdigit;
36   using ::towupper;
37 }
38
39 #endif // CWCTYPE_HEADER