Primitive data type in C to represent the WORD size of a CPU-arch

Posted by Sandip on Stack Overflow See other posts from Stack Overflow or by Sandip
Published on 2010-03-22T00:23:43Z Indexed on 2010/03/22 1:01 UTC
Read the original article Hit count: 277

Filed under:

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.

© Stack Overflow or respective owner

Related posts about c