Hello. I'm trying to use the following on Digital Unix 4.0b. Hardware
is an AlphaServer 2100.
typedef /*signed*/ char int8_t;
typedef unsigned char u_int8_t;
typedef short int16_t;
typedef unsigned short u_int16_t;
typedef int int32_t;
typedef unsigned int u_int32_t;
typedef long long int64_t;
typedef unsigned long long u_int64_t;
Are int's 32 bit? Long's 64? short? etc.?
Thanks in advance,
S
Received on Wed Jul 30 1997 - 19:43:58 NZST