Use NULL instead of 0 for pointers and memory allocation.
malloc and realloc will return NULL pointer if it can't alloc memory.
MFC after: 4 weeks
Use NULL instead of 0 for pointers and memory allocation. Tags None Referenced Files None Subscribers None
Description
Details
|