Allocating zero bytes

suggest change
// The allocation functions have implementation-defined behavior when the requested size
// of the allocation is zero.
void *p = malloc(0);

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents