root/log.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* log.h */
   2 #ifndef _LOG_H_
   3 #define _LOG_H_
   4 
   5 #include<stdio.h>
   6 extern FILE* logp;
   7 void initlog(void);
   8 int closelog(void);
   9 
  10 #endif

/* [<][>][^][v][top][bottom][index][help] */