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