Hello!!

I'm programming functions to differents system (Unix, Solaris, Microcontrolers,...) and I just need tu use data tipe with constat size independently of the system. I've heard there are some pre-processing intructions to force these sizes.

More exactly, I'm looking for:

int --> 4 bytes
short --> 2 bytes
float --> 4 bytes
double --> 8 bytes
(char is alwais 1 bytes in ASCII compatible system)

Thanks so much!!

Pablo, from Barcelona