sortix-mirror/libmaxsi/decl/size_t.h
2012-01-09 00:31:14 +01:00

8 lines
159 B
C

#ifndef _SIZE_T_DECL
#ifndef _SIZE_T_DECLARED /* Compabillity with gcc */
#define _SIZE_T_DECL
#define _SIZE_T_DECLARED
typedef __size_t size_t;
#endif
#endif