]> git.mxchange.org Git - simgear.git/blob - simgear/compatibility/MIPSpro740/cstdio
overhaul sg_throwable to behave like a proper exception
[simgear.git] / simgear / compatibility / MIPSpro740 / cstdio
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 __CSTDIO_HEADER
6 #define __CSTDIO_HEADER
7
8 #include <stdio.h>
9
10 namespace std {
11   using ::FILE;
12   using ::fpos_t;
13   using ::size_t;
14   using ::clearerr;
15   using ::fgets;
16   using ::fscanf;
17   using ::gets;
18   using ::rename;
19   using ::tmpfile;
20   using ::fclose;
21   using ::fopen;
22   using ::fseek;
23   using ::perror;
24   using ::rewind;
25   using ::tmpnam;
26   using ::feof;
27   using ::fprintf;
28   using ::fsetpos;
29   using ::printf;
30   using ::scanf;
31   using ::ungetc;
32   using ::ferror;
33   using ::fputc;
34   using ::ftell;
35   using ::putc;
36   using ::setbuf;
37   using ::vfprintf;
38   using ::fflush;
39   using ::fputs;
40   using ::fwrite;
41   using ::putchar;
42   using ::setvbuf;
43   using ::vprintf;
44   using ::fgetc;
45   using ::fread;
46   using ::getc;
47   using ::puts;
48   using ::sprintf;
49   using ::vsprintf;
50   using ::fgetpos;
51   using ::freopen;
52   using ::getchar;
53   using ::remove;
54   using ::sscanf;
55 }
56
57 #endif // CSTDIO_HEADER