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

7 lines
229 B
Factor
Raw Permalink Normal View History

2006-01-18 14:06:34 -05:00
IN: simple-error-handler
USING: compiler alien xlib ;
2005-11-30 04:56:48 -05:00
LIBRARY: simple-error-handler
"simple-error-handler" "simple-error-handler.so" "cdecl" add-library
2006-01-18 14:06:34 -05:00
FUNCTION: void SetSimpleErrorHandler ( ) ;
2005-11-30 04:56:48 -05:00
\ SetSimpleErrorHandler compile