Table of Contents
The
function allocates space for an array of objects, each of whose size
is The space is initialized to all bits zero.
The function
returns a pointer to the the allocated space if successful; otherwise a
null pointer is returned.
The function conforms to
Table of Contents