Update the changelog
[opencv] / apps / cvenv / include / sys / stdio.h
1 /*  This header file is machine generated. 
2 Modify EiC/config/genstdio.c, or the target independent source 
3 files it reads, in order to modify this file.  Any 
4 direct modifications to this file will be lost. 
5 */
6
7 #define BUFSIZ  8192
8 #define EOF     -1
9 #define FILENAME_MAX    4095
10 #define FOPEN_MAX       256
11 #define L_tmpnam        20
12 #define TMP_MAX 238328
13 #define SEEK_SET        0
14 #define SEEK_CUR        1
15 #define SEEK_END        2
16 #define _IOFBF  0
17 #define _IOLBF  1
18 #define _IONBF  2
19 typedef int  fpos_t;
20
21 typedef struct { char dummy[148]; } FILE;
22
23 FILE * _get_stdin();
24 FILE * stdin = _get_stdin();
25 FILE * _get_stdout();
26 FILE * stdout = _get_stdout();
27 FILE * _get_stderr();
28 FILE * stderr = _get_stderr();