sortix-mirror/libmaxsi/decl/size_t.h
2012-05-27 23:46:59 +02:00

11 lines
212 B
C

#ifndef _SIZE_T_DECL
#ifndef _SIZE_T_DECLARED /* Compabillity with gcc */
#define _SIZE_T_DECL
#define _SIZE_T_DECLARED
#if !defined(_GCC_SIZE_T)
#define _GCC_SIZE_T
typedef __size_t size_t;
#endif
#endif
#endif