Skip to main content

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