HomeFreeBSD

Use NULL instead of 0 for pointers.

Description

Use NULL instead of 0 for pointers.

The strchr(3) returns a NULL if the character does not appears in the string.
The malloc will return NULL if cannot allocate memory.

Details

Provenance
araujoAuthored on
Parents
rS297961: Use NULL instead of 0 for pointers.
Branches
Unknown
Tags
Unknown