FACT++  1.0
void dis_add_error_handler ( void(*)()  user_routine)

Definition at line 525 of file dis_old.c.

References Error_user_routine, and user_routine().

526 {
527 
528  DISABLE_AST
530  ENABLE_AST
531 }
static void(* Error_user_routine)()=0
Definition: dis_old.c:127
static void user_routine(void *tagp, void *bufp, int *size)
Definition: diccpp.cxx:11

+ Here is the call graph for this function: