[comp.std.c] More fwrite limits

flee@guardian.cs.psu.edu (Felix Lee) (07/03/90)

I don't suppose fwrite(buf, UINT_MAX, UINT_MAX, stream) is defined
either?  This is assuming that size_t is an unsigned int.  By the way,
why isn't there a SIZE_T_MAX in limits.h?
--
Felix Lee	flee@cs.psu.edu

gwyn@smoke.BRL.MIL (Doug Gwyn) (07/04/90)

In article <Fw?ycgy@cs.psu.edu> flee@guardian.cs.psu.edu (Felix Lee) writes:
>By the way, why isn't there a SIZE_T_MAX in limits.h?

I don't think there was ever an official request for this,
but in any case I suspect the answer would have been, "insufficient utility".