New type in types.h: size_t (u64)

This commit is contained in:
Imbus 2025-06-26 12:04:40 +02:00
parent f2685ce7df
commit 58ed873401

View file

@ -4,3 +4,4 @@ typedef unsigned char u8;
typedef unsigned short u16;
typedef unsigned int u32;
typedef unsigned long u64;
typedef u64 size_t;