Package: cffi

Function null-pointer

Lambda List

null-pointer ()

Return Value

A NULL pointer.

Details

The function null-pointer returns a null pointer.

Examples

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

See also