#include "xerror.h"
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
void fatal(const char *s)
{
perror(s);
exit(-1);
}