Move the sources to trunk
[opencv] / apps / cvenv / EiC / stdClib / limits.h
1 #ifndef _LIMITS
2 #define _LIMITS
3
4 #pragma push_safeptr
5
6 #include "sys/limits.h"
7
8 #pragma pop_ptr
9
10 #endif /* end _LIMITS */
11
12
13
14
15
16
17
18
19