Primitive data type in C to represent the WORD size of a CPU-arch
- by Sandip
I observed that size of long is always equal to the WORD size of any given CPU architecture. Is it true for all architectures? I am looking for a portable way to represent a WORD sized variable in C.