资 源 简 介
effi is an Erlang interface to libffi.
The goal is to allow wrapping C libraries in pure Erlang.
Currently, it allows loading dlls and calling simple functions, but lacks many important things like pointers, structs, inout arguments, callbacks and documentation.
See also EEP-7