sortix-mirror/libmaxsi/decl/size_t.h

8 lines
159 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
2011-08-05 12:25:00 +00:00
typedef __size_t size_t;
#endif
#endif