sortix-mirror/libmaxsi/decl/size_t.h

11 lines
212 B
C
Raw Normal View History

2011-08-05 12:25:00 +00:00
#ifndef _SIZE_T_DECL
#ifndef _SIZE_T_DECLARED /* Compabillity with gcc */
2011-08-05 12:25:00 +00:00
#define _SIZE_T_DECL
#define _SIZE_T_DECLARED
#if !defined(_GCC_SIZE_T)
#define _GCC_SIZE_T
2011-08-05 12:25:00 +00:00
typedef __size_t size_t;
#endif
#endif
#endif