mirror of
https://github.com/cheat-engine/cheat-engine
synced 2026-08-15 02:26:08 -04:00
7 lines
100 B
C
7 lines
100 B
C
/* stddef.h
|
|
*/
|
|
#ifndef _SIZE_T_DEF
|
|
#define _SIZE_T_DEF
|
|
typedef unsigned int size_t;
|
|
#endif
|
|
|