> I am not sure if there is special platform reason on the choice of int size, > but that's truely a good choice! This is probably not good for Palm. One > simple reason can be waste of memory.
C says that "int" should be defined as the natural data size of the machine. On the 68K chips, it's usually 16-bits (CodeWarrior was a 32-bit int switch, but its use is discouraged). -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
