Name
null-pointer-p — Tests a pointer for NULL value.
Macro
Syntax
null-pointer-p ptr => is-null
Arguments and Values
- ptr
A foreign object pointer.
- is-null
The boolean flag.
Description
A predicate testing if a pointer is has a NULL value.
Exceptional Situations
None.