Description
Provides low-level interfaces for connecting Erlang with C programs. It is useful when native code needs to communicate with Erlang nodes or when integrating Erlang systems with C-based components.
Use it for advanced interoperability work, not ordinary Erlang scripting. Native interfaces require care because mistakes can affect stability and memory safety outside the Erlang VM.