make-null-pointer
make-null-pointer — Create a NULL pointer.
NULL
(make-null-pointer type)
(make-null-pointer
type
A type of object to which the pointer refers.
returns
The NULL pointer of type type.
Creates a NULL pointer of a specified type.
None.