Elaborato_SO/inc/errExit.h

7 lines
117 B
C

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