#ifndef _LOG_H #define _LOG_H extern char *me; extern char *OUTMEM; void fatal(char *s); int printlog(char *format, ...); #endif