module
ffi
Implements a foreign functions interface (FFI).
Aliases
-
DEFAULT_RTLD = __or__(2, 256 if eq(:string target_get_field(current_target(), "os"), "linux") else 8)
:
Structs
-
RTLD
: Enumeration of the RTLD flags used during dynamic library loading. -
DLHandle
: Represents a dynamically linked library that can be loaded and unloaded.
Functions
-
external_call
: Calls an external function.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!
If you'd like to share more information, please report an issue on GitHub
😔 What went wrong?