#ifndef ERREXIT_H #define ERREXIT_H void errExit(char *func, char *where); void warningMsg(char *msg); void errExitMsg(char *msg); #endif /************************************ *VR471576 *Lorenzo Bianchi *16/06/2023 *************************************/