ffi-error. ( obj -- ) - Factor Documentation

ffi-error. ( obj -- )


Vocabulary
debugger

Error description
Thrown by dlopen and dlsym if a problem occurs while loading a native library or looking up a symbol. See C library interface .

Definition
USING: io kernel ;

IN: debugger

: ffi-error. ( obj -- ) "FFI error" print drop ;

AltStyle によって変換されたページ (->オリジナル) /