#ifndef _LOG_H_ #define _LOG_H_ void trace(const char *fmt, ...); #endif