yw_malloc

Name

yw_malloc -- allocate memory

Synopsis


     #include <yw/util.h>
   

void *yw_malloc(int size);

DESCRIPTION

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

SEE ALSO

malloc (3), yw_malloc_0 (3), yw_free (3),

INFO

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