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