]> git.mxchange.org Git - simgear.git/blob - simgear/compatibility/MIPSpro740/cstdlib
overhaul sg_throwable to behave like a proper exception
[simgear.git] / simgear / compatibility / MIPSpro740 / cstdlib
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 __CSTDLIB_HEADER
6 #define __CSTDLIB_HEADER
7
8 #include <stdlib.h>
9
10 namespace std {
11   using ::abort;
12   using ::atexit;
13   using ::exit;
14   using ::getenv;
15   using ::system;
16   using ::calloc;
17   using ::malloc;
18   using ::free;
19   using ::realloc;
20   using ::atol;
21   using ::mblen;
22   using ::strtod;
23   using ::wctomb;
24   using ::atof;
25   using ::mbstowcs;
26   using ::strtol;
27   using ::wcstombs;
28   using ::atoi;
29   using ::mbtowc;
30   using ::strtoul;
31   using ::bsearch;
32   using ::qsort;
33   using ::div_t;
34   using ::ldiv_t;
35   using ::abs;
36   using ::labs;
37   using ::srand;
38   using ::div;
39   using ::ldiv;
40   using ::rand;
41 }
42
43 #endif // CSTDLIB_HEADER