Ronald Landheer-Cieslak <[EMAIL PROTECTED]> writes: > I have never (so far) tried to allocate a block of 0 bytes willingly
In that case you don't need those macros. They're mainly useful for programs that want malloc(0) to return a nonnull pointer.
Ronald Landheer-Cieslak <[EMAIL PROTECTED]> writes: > I have never (so far) tried to allocate a block of 0 bytes willingly
In that case you don't need those macros. They're mainly useful for programs that want malloc(0) to return a nonnull pointer.