Next: iklib pointers misc, Previous: iklib pointers compar, Up: iklib pointers [Index]
The following bindings are exported by the libraries (vicare)
and (vicare system $foreign)
and reexported by the library
(vicare ffi)
.
Convert the value of pointer to an exact integer value. The result may be a fixnum or a bignum depending on the pointer.
Convert exact-integer to a pointer value. The argument must be non–negative and in the appropriate range for 32-bit or 64-bit platforms. It is guaranteed that:
(integer->pointer (pointer->integer p))
points to the same address as p.