Nope, you are assuming that old 16 bit DOS setup is the "correct"
way to do things.
The C specification says basically that following relations
should hold true:
sizeof(char) <= sizeof(short) <= sizeof(int) <= sizeof(long)
16-bit 8086, PDP-11:
8, 16, 16, 32
32-bit 80386 (UNIX mode):
8, 16, 32, 32
64-bit Alpha (UNIX mode):
8, 16, 32, 64
CRAY:
64, 64, 64, 64
This last one is in fact what troubles Samba folks when they
try to get the server to work at CRAY UNICOS...
...
> Best wishes
> - Karl F. Larsen, 3310 East Street, Las Cruces,NM (505) 524-3303 -
/Matti Aarnio <tutlibd.trwjremeci@eskilstuna.se>