"Ben Pfaff" <blp@cs.stanfor d.eduschrieb im Newsbeitrag
news:87ve16aot7 .fsf@blp.benpfa ff.org...
>"copx" <copx@gazeta.pl writes:
>>
>>How do you figure out the maximal valid value for size_t in C89?
>(size_t) -1
>
size_t is guaranteed to be an unsigned integer type?
Yes,
6.5.3.4 The sizeof operator
4 The value of the result is implementation-defined, and its
type (an unsigned integer type) is size_t, defined in
<stddef.h(and other headers).
Comment