mterr
static void mterr(char *operation, int i, int exitcode);
mterr("read", 0, 2);
mterr("write", i, 2);