cheat-engine/underc/sourcecode/include/stddef.h

8 lines
100 B
C
Raw Permalink Normal View History

2011-07-04 19:52:19 +00:00
/* stddef.h
*/
#ifndef _SIZE_T_DEF
#define _SIZE_T_DEF
typedef unsigned int size_t;
#endif