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.