abyss_trace.h
Go to the documentation of this file.00001 #ifndef TRACE_H_INCLUDED
00002 #define TRACE_H_INCLUDED
00003
00004 void
00005 TraceMsg(const char * const fmt, ...);
00006
00007 void
00008 TraceExit(const char * const fmt, ...);
00009
00010 #endif
00011