#ifndef XERROR_H
#define XERROR_H
void die(const char *func, int err);
void bark(const char *func, int err);
#endif // XERORR_H