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

6 lines
229 B
Factor
Raw Normal View History

2006-02-06 15:20:36 -05:00
USING: compiler alien xlib ; IN: simple-error-handler
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