mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-30 11:57:51 +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
56 KiB
56 KiB