Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.
/ libffidemo Public archive

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

License

Notifications You must be signed in to change notification settings

PierceNg/libffidemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published