term: autocr should not be set at startup
[fbpad.git] / util.c
blob0475efbce3afe296603c7509f3ea2c4f448c2947
1 #include <stdio.h>
2 #include <stdlib.h>
4 void xerror(char *msg)
6 perror(msg);
7 exit(1);