mclangc/include/types.mcl
2024-03-14 09:13:01 +02:00

4 lines
94 B
Plaintext

const sizeof(u8) 1 end
const sizeof(u16) 2 end
const sizeof(u32) 4 end
const sizeof(u64) 8 end