mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-22 11:23:27 +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