mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-24 11:45:27 +01:00
6 lines
75 B
C
6 lines
75 B
C
|
|
#include "stdint.h"
|
|
|
|
#define SIZE_T_MAX MAX_UINT32
|
|
typedef UINT32 size_t;
|