Returns the address of a pointer.
fli
pointer-address pointer => address
pointer
An FLI pointer.
address
The address pointed to by pointer .
The function pointer-address returns the address of a pointer.
pointer-address
In the following example a pointer is defined, and its address is returned using pointer-address .
(setq point (fli:allocate-foreign-object :type :int))
(fli:pointer-address point)
null-pointer-p
pointer-eq