[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

test[S8FFI] definitions

"Accessing the (internal) module and initializing interface"
(Smalltalk includesKey: #S8FFI) ifFalse: [
	self print: 'S8FFI required'.
	^self abort
].
S8FFI current handle isNil ifTrue: [
	self error: 'Missing binding to ffi (native) support'
].