Next: iklib pointers compar, Previous: iklib pointers cons, Up: iklib pointers [Index]
The following bindings are exported by the libraries (vicare)
and (vicare system $foreign)
and reexported by the library
(vicare ffi)
.
Return #t
if obj is a pointer object, return #f
otherwise.
Return #t
if obj is a pointer object or #f
, return
#f
otherwise.
Return #t
if obj is a pointer object and it represents
NULL
; otherwise return #f
. If obj is not a pointer:
return #f
.
Return #t
if obj is a pointer object and it is not NULL
;
otherwise return #f
. If obj is not a pointer: return
#f
.
Return true if the exact integer diff can be added to ptr without causing a pointer overflow or underflow.
Return #t
if obj is a, possibly empty, proper list of pointer
objects; otherwise return #f
.