mirror of
https://github.com/mirror/tinycc.git
synced 2026-09-03 12:12:46 +08:00
On Linux 32: sizeof(long)=32 == sizeof(void *)=32
on Linux 64: sizeof(long)=64 == sizeof(void *)=64
on Windows 64: sizeof(long)=32 != sizeof(void *)=64
21 KiB
21 KiB