Files
TinyCC/lib
seyko acef4ff244 make a bound checking more compatible with Windows 64
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
2015-03-26 07:47:45 +03:00
..
2014-04-05 22:54:11 +02:00
2014-07-01 22:01:49 +08:00
2015-03-08 00:10:44 +00:00