22.19 Memory
What is the behavior of the calloc
,
malloc
or realloc
function if the size requested is
zero? (ISO 7.10.3)
A block of zero length is allocated.
What is the behavior of the calloc
,
malloc
or realloc
function if the size requested is
zero? (ISO 7.10.3)
A block of zero length is allocated.
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.