Hi, Is someone could explain me this :
sizeof(DateType) = 2
sizeof(Char) = 1
typedef struct
{
DateType date;
Char value;
}
stACTIONS;
sizeof(stACTIONS) = 4 ???
Why sizeof(stACTIONS) is not 3 ?
Engi
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/
