yw_malloc_0

Name

yw_malloc_0 -- allocate and zero memory

Synopsis


     #include <yw/util.h>
   

void *yw_malloc_0(int size);

DESCRIPTION

This function is same as malloc(3), but it bombs in case of error. It additionaly initialize allocated memory to 0.

SEE ALSO

yw_malloc (3), yw_free (3),

INFO

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