mclangc/include/types.mcl

4 lines
94 B
Plaintext
Raw Normal View History

2024-03-14 07:13:01 +00:00
const sizeof(u8) 1 end
const sizeof(u16) 2 end
const sizeof(u32) 4 end
const sizeof(u64) 8 end