FACT++  1.0
void s_error ( char *  problem_string)

Definition at line 941 of file didMarkus.c.

942 {
943  printf("%s\n", problem_string);
944  exit(0);
945 }