4.193.35 void* calloc
void* calloc(size_t __nele, size_t __size) __ATTR_MALLOC__
Allocate nele
elements of size
each. Identical to calling malloc()
using nele * size
as argument, except the allocated memory will be cleared to zero.
void* calloc(size_t __nele, size_t __size) __ATTR_MALLOC__
Allocate nele
elements of size
each. Identical to calling malloc()
using nele * size
as argument, except the allocated memory will be cleared to zero.
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.