ftp.nice.ch/pub/next/developer/languages/c/djgpp-NS.s.tar.gz#/djgpp/go32/trace.h

This is trace.h in view mode; [Download] [Up]

/* This is file TRACE.H */
/* This is used to assist in tracking down hangs in go32 */

#ifdef TRACE
#undef TRACE
#endif

#ifdef DOTRACE

#define TRACE do_trace(__LINE__, __FILE__)
void do_trace(int, const char *);

#else

#define TRACE

#endif

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.