shannon wrote: > In RTEMS: > > sizeof(unsigned32)=4 > sizeof( void * ) =4 > sizeof( int ) =4 > > shannon > I think that you are asking if the listed identities are true for RTEMS, however, these are actually compiler / processor dependent. As a generally, the relationship is true for a 32-bit processors, however it is not guaranteed. Regards Paul