groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] Using C with glib instead of C++ for groff


From: Ralph Corderoy
Subject: Re: [Groff] Using C with glib instead of C++ for groff
Date: Thu, 28 Nov 2002 22:51:57 +0000

Hi Werner,

> I think this is not correct.  AFAIK, ANSI C says that `int' has *at
> least* 16 bits.  Antoine, can you give a definite answer?

That's correct.  See K&R 2nd Ed., B11.  Or _C, A Reference Manual_,
Harbison and Steele, _C, A Lexical Guide_, Mark Williams Company, or
_Standard C Reference_, Plauger and Brodie.  short and int have at least
16, long at least 32.  There's some other constaints too, e.g. a long is
at least as big as an int.

Cheers,


Ralph.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]