[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Bugs and questions
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 12 May 2000 17:33:45 -0300 (EST)
>From: Alan Watson <alan@astrosmo.unam.mx>
>
lhf> So, there should be no problems, unless sizeof returns int.
>
>I should not be. The type of the integer constant formed by
>the sizeof operator is size_t, and size_t must be an
>unsigned integral type (sections 6.3.3.4 and 7.1.6 of the
>ISO standard).
I meant, unless sizeof(size_t)=2.
--lhf