Copyright Digital Equipment Corp. All rights reserved.
Allocates an area of zeroed memory. This function is AST-
reentrant.
Format
#include <stdlib.h>
void *calloc (size_t number, size_t size);
Function_Variants Arguments Description Return_Values