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

6 lines
228 B
Factor
Raw Normal View History

2005-11-30 04:56:48 -05:00
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