Name
make-null-pointer — Create a NULL
pointer.
Macro
Syntax
make-null-pointer
type
=> ptr
Arguments and Values
type
A type of object to which the pointer refers.
ptr
The NULL
pointer of type type
.
Description
Creates a NULL
pointer of a specified type.
Exceptional Situations
None.