#ifndef PACK_TRACE_H #define PACK_TRACE_H void tr_call(const char *fmt, ...); void tr_debug(const char *fmt, ...); #endif // !PACK_TRACE_H