Last active
December 1, 2023 18:02
-
-
Save mkohlhaas/85771d0d3a03ddaccd9d146108edc552 to your computer and use it in GitHub Desktop.
FFI Playground Pharo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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