Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/compatibility/cpp_c_headers/cstdio @ 16:2665513ce2d3
Add boost headers
author | Chris Cannam |
---|---|
date | Tue, 05 Aug 2014 11:11:38 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
15:663ca0da4350 | 16:2665513ce2d3 |
---|---|
1 // This file is automatically generated. Do not edit. | |
2 // ['../../libs/compatibility/generate_cpp_c_headers.py'] | |
3 // Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST') | |
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 |