5b #include void fatal(char *s) { fprintf(stderr, s); exit(1); } . 0