Next: , Previous: mem-ref, Up: Pointers


null-pointer

Syntax

— Function: null-pointer pointer

Arguments and Values

pointer
A NULL pointer.

Description

The function null-pointer returns a null pointer.

Examples

  CFFI> (null-pointer)
   #<A Null Mac Pointer>
  CFFI> (pointerp *)
   T

See Also

null-pointer-p
make-pointer