⎕FFI FFI r←[x] ⎕FFI y

Category: FFI

r is a wrap containing the function described by y in the dynamic library at path x, which defaults to the C standard library if not provided. y is a vector of at least two strings. The first element of y is the return type of the function; the second element is the name of the symbol; the elements after the second are the arguments of the function. The resulting wrapped function must be called monadically with a vector of arguments.

Types

Note: 64-bit integers don't necessarily fit in the 64-bit floating point type that TinyAPL uses. You won't be able to accurately pass nor be returned values with absolute value greater than 9007199254740991.

Pointers

Functions that take and return pointers use a special pointer struct with the following members: