FACT++  1.0
void s_error ( char *  problem_string)

Definition at line 956 of file did.c.

957 {
958  printf("%s\n", problem_string);
959  exit(0);
960 }