Elaborato_SO/inc/errExit.h

8 lines
146 B
C

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