void* xrealloc

(void* ptr, int size)

Almost as realloc(), but send an error message if there is no more memory.

Documentation

Almost as realloc(), but send an error message if there is no more memory. Use free() is size is 0.

Author:
Ronan Collobert (collober@iro.umontreal.ca)

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.