#ifndef ERREXIT_H #define ERREXIT_H void errExit(char *func, char *where); void errExitMsg(char *msg); #endif