]> git.mxchange.org Git - simgear.git/blob - simgear/compatibility/cctype
fgrun fixes
[simgear.git] / simgear / compatibility / cctype
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 __CCTYPE_HEADER
6 #define __CCTYPE_HEADER
7
8 #include <ctype.h>
9
10 namespace std {
11   using ::isalnum;
12   using ::isdigit;
13   using ::isprint;
14   using ::isupper;
15   using ::tolower;
16   using ::isalpha;
17   using ::isgraph;
18   using ::ispunct;
19   using ::isxdigit;
20   using ::toupper;
21   using ::iscntrl;
22   using ::islower;
23   using ::isspace;
24 }
25
26 #endif // CCTYPE_HEADER