libx48ng/src/x48_errors.h
2023-05-10 15:32:22 +02:00

6 lines
115 B
C

#ifndef _ERRORS_H
#define _ERRORS_H
extern void fatal_exit( char* error, char* advice );
#endif /* !_ERRORS_H */