4.4BSD/usr/share/man/cat3/calloc.0

Compare this file to the similar file:
Show the results in this format:

CALLOC(3)                   BSD Programmer's Manual                  CALLOC(3)

NNAAMMEE
     ccaalllloocc - allocate clean memory (zero initialized space)

SSYYNNOOPPSSIISS
     ##iinncclluuddee <<ssttddlliibb..hh>>

     _v_o_i_d _*
     ccaalllloocc(_s_i_z_e___t _n_m_e_m_b, _s_i_z_e___t _s_i_z_e);

DDEESSCCRRIIPPTTIIOONN
     The ccaalllloocc() function allocates space for an array of _n_m_e_m_b objects, each
     of whose size is _s_i_z_e. The space is initialized to all bits zero.

RREETTUURRNN VVAALLUUEESS
     The ccaalllloocc() function returns a pointer to the the allocated space if
     successful; otherwise a null pointer is returned.

SSEEEE AALLSSOO
     malloc(3),  realloc(3),  free(3),

SSTTAANNDDAARRDDSS
     The ccaalllloocc() function conforms to ANSI C X3.159-1989 (``ANSI C '').

4.4BSD                           June 4, 1993                                1