| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to trace.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / xmil / nds / win32s | 
add nds-win32 simulation project
#define	TRACEINIT()
#define	TRACETERM()
#ifndef TRACE
#define	TRACEOUT(a)
#else
#ifdef	__cplusplus
extern "C"
{
#endif
void trace_fmt(const char *str, ...);
#define	TRACEOUT(arg)	trace_fmt arg
#ifdef	__cplusplus
}
#endif
#endif