VMS Help  —  CRTL  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: explode extract
Function Variants Arguments Description Return Values
Close Help