Elaborato_SO/inc/errExit.h

14 lines
271 B
C
Raw Permalink 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);
2023-06-18 16:13:05 +02:00
#endif
/************************************
*VR471576
*Lorenzo Bianchi
*16/06/2023
*************************************/