Elaborato_SO/inc/errExit.h

7 lines
117 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);
void errExitMsg(char *msg);
#endif