FACT++  1.0
void dim_panic ( char *  s)

Definition at line 198 of file utilities.c.

Referenced by recv_dns_dic_rout(), and recv_rout().

199 {
200  printf( "\n\nDNA library panic: %s\n\n", s );
201  exit(0);
202 }

+ Here is the caller graph for this function: