Re: malloc()/realloc() - have I got this right?
- From: Antoninus Twink <nospam@xxxxxxxxxxxxxx>
- Date: Fri, 30 May 2008 23:15:40 +0000 (UTC)
On 30 May 2008 at 21:53, CBFalconer wrote:
Ridiculous. Most use of the function simply runs until a non-zero
is returned, after which the operation ends. It may be because of
EOF, or because of error. In either case, no further input is
available.
If you're in a restaurant and can't get your meal either because they've
run out of salmon or because the kitchen's on fire, you might find it
useful to be able to distinguish between those two error conditions.
.
- Follow-Ups:
- Re: malloc()/realloc() - have I got this right?
- From: Richard Tobin
- Re: malloc()/realloc() - have I got this right?
- From: Joachim Schmitz
- Re: malloc()/realloc() - have I got this right?
- References:
- malloc()/realloc() - have I got this right?
- From: Dave
- Re: malloc()/realloc() - have I got this right?
- From: CBFalconer
- Re: malloc()/realloc() - have I got this right?
- From: Richard Heathfield
- Re: malloc()/realloc() - have I got this right?
- From: CBFalconer
- Re: malloc()/realloc() - have I got this right?
- From: Richard Heathfield
- Re: malloc()/realloc() - have I got this right?
- From: CBFalconer
- Re: malloc()/realloc() - have I got this right?
- From: Richard Heathfield
- Re: malloc()/realloc() - have I got this right?
- From: Keith Thompson
- Re: malloc()/realloc() - have I got this right?
- From: santosh
- Re: malloc()/realloc() - have I got this right?
- From: CBFalconer
- malloc()/realloc() - have I got this right?
- Prev by Date: Re: Determine the size of malloc
- Next by Date: Re: Four or Two Bytes?
- Previous by thread: Re: malloc()/realloc() - have I got this right?
- Next by thread: Re: malloc()/realloc() - have I got this right?
- Index(es):
Relevant Pages
|