6 lines
228 B
Factor
6 lines
228 B
Factor
|
IN: simple-error-handler USING: compiler alien xlib ;
|
||
|
LIBRARY: simple-error-handler
|
||
|
"simple-error-handler" "simple-error-handler.so" "cdecl" add-library
|
||
|
FUNCTION: void SetSimpleErrorHandler ( ) ;
|
||
|
\ SetSimpleErrorHandler compile
|