Skip to content

Instantly share code, notes, and snippets.

@mkohlhaas
Last active December 1, 2023 18:02
Show Gist options
  • Save mkohlhaas/85771d0d3a03ddaccd9d146108edc552 to your computer and use it in GitHub Desktop.
Save mkohlhaas/85771d0d3a03ddaccd9d146108edc552 to your computer and use it in GitHub Desktop.
FFI Playground Pharo
index := FFITutorial createIndex: 0 display: 0.
tu := FFITutorial parseTranslationUnit: 'tst.h' index: index
'tst.h' asFileReference absolutePath
'tst.h' asFileReference contents
"struct foo {
int bar;
int *bar_pointer;
};
"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment