00001 /* ----------------------------------------------------------------------------------------- 00002 $Header$ 00003 $Author: svacek $ 00004 ----------------------------------------------------------------------------------------- */ 00005 #include "fem_header.h" 00006 #ifndef __WLOG_SVH 00007 #define __WLOG_SVH 00008 /* writelog declaration */ 00009 int empty(const char *s); 00010 void writelog(char format[],...); 00011 void setlog(const char fname[]); 00012 void DEBUG(char format[],...); 00013 #endif