cdds_realloc - memory allocator
SYNOPSIS
#include "cdds.h"
void *cdds_realloc(ptr, size);
-
void *ptr
size_t size
DESCRIPTION
This function reallocates memory. If zero bytes are requested, then a
NULL pointer is returned. The DDS memory routines allow for runtime
memory checking. See standard man pages for realloc(3).
AUTHOR
R. L. Selzler, EPTG (Oct 1995)