Update the changelog
[opencv] / apps / cvenv / include / sys / stdtypes.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 #if defined(_need_size_t) && !defined(_SIZE_T)
8 #define _SIZE_T
9 typedef unsigned int size_t;
10 #endif
11
12 #if defined( _need_ptrdiff_t) && !defined(_PTRDIFF_T)
13 #define _PTRDIFF_T
14 typedef int ptrdiff_t;
15 #endif
16
17 #if  defined( _need_wchar_t) &&  !defined(_WCHAR_T)
18 #define _WCHAR_T
19 typedef int wchar_t;
20 #endif
21
22 #if  defined( _need_NULL) && !defined (NULL)
23 #define NULL (void*)0
24 #endif
25
26 #if defined( _need_clock_t) && !defined(_CLOCK_T)
27 #define _CLOCK_T
28 typedef unsigned long  clock_t;        /* units=ticks (typically 60/sec) */
29 #endif
30
31 #if defined(_need_time_t) && !defined(_TIME_T)
32 #define _TIME_T
33 typedef long  time_t;         /* value = secs since epoch */
34 #endif
35
36 #if defined(_need_eic_ptr) && !defined(_eic_ptr) && !defined(_EiC)
37 #define _eic_ptr
38 typedef struct {void *p, *sp, *ep;} ptr_t;
39 #endif
40