Copyright Digital Equipment Corp. All rights reserved.

realloc

   Changes the size of the area pointed to by the first argument to
   the number of bytes given by the second argument. These functions
   are AST-reentrant.

   Format

     #include  <stdlib.h>

     void *realloc  (void *ptr, size_t size);
 


Additional information available:

Function_Variants               Arguments       Description     Return_Values