A null pointer.
fli
The result of calling (make-pointer :address 0 :type :void)
.
The variable *null-pointer*
contains a (:pointer :void)
with address 0.
This provides a simple way to pass a null pointer when needed.
(fli:pointer-address fli:*null-pointer*) => 0 (fli:null-pointer-p fli:*null-pointer*) => T
Foreign Language Interface User Guide and Reference Manual - 01 Dec 2021 19:34:58