1 2 3 4 5 6
#ifndef _LOG_H__ #define _LOG_H__ void log_start(void); void log_stop(void); void log_printf(char *fmt, ...); #endif