6 lines
115 B
C
6 lines
115 B
C
#ifndef _ERRORS_H
|
|
#define _ERRORS_H
|
|
|
|
extern void fatal_exit( char* error, char* advice );
|
|
|
|
#endif /* !_ERRORS_H */
|