sortix-mirror/libmaxsi/decl/size_t.h

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