Elaborato_SO/inc/errExit.h

8 lines
146 B
C
Raw Normal View History

2023-05-14 17:07:34 +02:00
#ifndef ERREXIT_H
#define ERREXIT_H
void errExit(char *func, char *where);
2023-05-18 11:58:55 +02:00
void warningMsg(char *msg);
2023-05-14 17:07:34 +02:00
void errExitMsg(char *msg);
#endif