HomeFreeBSD

Use NULL instead of 0 for pointers.

Description

Use NULL instead of 0 for pointers.

strchr(3) will return NULL if the character does not appear in the
string.

MFC after: 2 weeks.

Details

Provenance
araujoAuthored on
Parents
rS298208: libbluetooth: use NULL instead of zero for pointers.
Branches
Unknown
Tags
Unknown