AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database
Header:     stdlib.h

Syntax:     
char *realloc
(
void  *ptr,
size_t size
);


Purpose:     Resizes a block of memory previously allocated by malloccalloc or realloc.  The new size is gives by size
     If the reallocation fails this function returns NULL (and sets errno to ENOMEM), but note that the previous memory is still allocated.

[sh-index] Back to list of manuals