Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 186 Bytes

File metadata and controls

16 lines (13 loc) · 186 Bytes

Teo FFI

Compile the dynamic library.

cargo build

Compile the foreign program.

gcc example.c -o example -lteo_ffi -L./target/release

Run.

./example