yw_free

Name

yw_free -- free allocated memory

Synopsis


     #include <yw/util.h>
   

void yw_free(void *ptr);

DESCRIPTION

This function is same as free(3), but it does nothing when passed NULL pointer.

SEE ALSO

yw_malloc (3), yw_realloc (3), yw_malloc_0 (3), free (3),

INFO

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