[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.2 Reference Manual
- From: liam mail <liam.list@...>
- Date: Mon, 5 Sep 2011 10:56:28 +0100
On 5 September 2011 10:43, Lorenzo Donati <lorenzodonatibz@interfree.it> wrote:
> this assumption may prove wrong, since it seems that the standard doesn't
> guarantee that a byte or a char can hold at least 8-bit,
C99 5.2.4.2.1
"Their implementation-defined values shall be equal or greater in
magnitude (absolute value) to those shown, with the same sign."
CHAR_BIT 8
Liam