Package: cffi
Function null-pointer-p
Lambda Listnull-pointer-p (ptr) ArgumentsReturn ValueT or NIL. Details The function null-pointer-p returns true if ptr is a null pointer and false otherwise. ExamplesCFFI> (null-pointer-p (null-pointer)) => T | See also |