factor/contrib/factory/simple-error-handler.factor

7 lines
229 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