Skip to content

Topic

Foreign function interfaces

A foreign function interface lets a program call functions inside a compiled shared library by declaring their signatures at runtime, instead of writing and building binding code.

Current clusters