Word sizes

From: Stefan Eguizabal <seguizab_at_titan.ccms.miami.edu>
Date: Wed, 30 Jul 1997 13:33:11 -0400 (EDT)

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

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:36 NZDT