yw_realloc

Name

yw_realloc -- grow allocated memory

Synopsis


     #include <yw/util.h>
   

void *yw_realloc(void *ptr, int size);

DESCRIPTION

This function is same as realloc(3), but it bombs in case of error.

SEE ALSO

realloc (3), yw_malloc (3), yw_free (3),

INFO

Generated from: util.c,v 1.4 2001/05/11 10:38:05 malekith Exp.