|
Library /sys$common/syshlp/HELPLIB.HLB CRTL, calloc *Conan The Librarian |
Allocates an area of zeroed memory. This function is AST-
reentrant.
Format
#include <stdlib.h>
void *calloc (size_t number, size_t size);
Additional Information (explode) :
|
|