Files
30dayMakeOS/tolset/z_tools/win32/stddef.h
2014-09-04 15:36:35 +08:00

18 lines
218 B
C

/* copyright(C) 2003 H.Kawai (under KL-01). */
#if (!defined(STDDEF_H))
#define STDDEF_H 1
#if (defined(__cplusplus))
extern "C" {
#endif
typedef unsigned int size_t;
#if (defined(__cplusplus))
}
#endif
#endif