"Paul Herring" <[EMAIL PROTECTED]> wrote:
> ...
> You can only use realloc() on a pointer returned from malloc().

...or a pointer returned by calloc(), or a pointer previously
returned by realloc(), or a null pointer.

-- 
Peter

Reply via email to