Next: , Up: iklib pointers   [Index]


6.45.1 Constructors

The following bindings are exported by the libraries (vicare) and (vicare system $foreign) and reexported by the library (vicare ffi).

Function: null-pointer

Return a newly allocated pointer object representing NULL.

Function: pointer-clone ptr

Return a new pointer object being a copy of ptr. This is useful when we need a pointer that might be reset to another value in the future.