Warning, /include/boost/compatibility/cpp_c_headers/cstdio is written in an unsupported language. File is not indexed.
0001 // This file is automatically generated. Do not edit.
0002 // ['../../libs/compatibility/generate_cpp_c_headers.py']
0003 // Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
0004
0005 #ifndef __CSTDIO_HEADER
0006 #define __CSTDIO_HEADER
0007
0008 #include <stdio.h>
0009
0010 namespace std {
0011 using ::FILE;
0012 using ::fpos_t;
0013 using ::size_t;
0014 using ::clearerr;
0015 using ::fgets;
0016 using ::fscanf;
0017 using ::gets;
0018 using ::rename;
0019 using ::tmpfile;
0020 using ::fclose;
0021 using ::fopen;
0022 using ::fseek;
0023 using ::perror;
0024 using ::rewind;
0025 using ::tmpnam;
0026 using ::feof;
0027 using ::fprintf;
0028 using ::fsetpos;
0029 using ::printf;
0030 using ::scanf;
0031 using ::ungetc;
0032 using ::ferror;
0033 using ::fputc;
0034 using ::ftell;
0035 using ::putc;
0036 using ::setbuf;
0037 using ::vfprintf;
0038 using ::fflush;
0039 using ::fputs;
0040 using ::fwrite;
0041 using ::putchar;
0042 using ::setvbuf;
0043 using ::vprintf;
0044 using ::fgetc;
0045 using ::fread;
0046 using ::getc;
0047 using ::puts;
0048 using ::sprintf;
0049 using ::vsprintf;
0050 using ::fgetpos;
0051 using ::freopen;
0052 using ::getchar;
0053 using ::remove;
0054 using ::sscanf;
0055 }
0056
0057 #endif // CSTDIO_HEADER