00001 #ifndef OUTLOG_H 00002 #define OUTLOG_H 00003 /* ============================================================================ 00004 'outlog.hpp' declares functions used to write error logs. 00005 ============================================================================ */ 00006 void writeOutLog (const char *fname, const char *text); 00007 #endif