Function
fli
pointerp pointer => boolean
An object that may be an FLI pointer.
boolean If pointer is a pointer thent is returned, otherwisenil is returned.
pointerp tests whether pointer is a pointer or not, and returnst if it is. point, is defined, and an object which is not a pointer is defined. Both are tested usingpointerp. (setq point (fli:allocate-foreign-object :type :int)) (setq not-point 7) (fli:pointerp point) (fli:pointerp not-point)
null-pointer-p pointer-address pointer-eq