Copyright Digital Equipment Corp. All rights reserved.

calloc

   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 available:

Function_Variants               Arguments       Description     Return_Values