COHERENT help

This page displays the COHERENT help information for realloc.

Listing of available help pages


realloc() -- Reallocate dynamic memory

#include <stdlib.h>
char *realloc(ptr, size)
char *ptr; unsigned size;