libffidemo

Description

A C library to demonstrate Pharo Smalltalk's Unified FFI.

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Forks
1
Created
March 9, 2016
Updated
March 9, 2016

Categories

System / OS

README excerpt

# libffidemo

A C library to demonstrate Pharo Smalltalk's Unified FFI.

The `libffidemo.c` file has to be compiled into a 32-bit dynamic library (until 64-bit support lands in the VM).
The makefile has the correct invocations for that (run `make libffidemo.dylib` on OS X, or `make libffidemo.so` on Linux).

The Pharo code implementing the FFI bindings can be loaded from this repo using GitFileTree (it was originally committed to [SmalltalkHub](http://smalltalkhub.com/#!/~PierceNg/DemoFFI)).
← Back to results