home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / printer / proff.arc / DEBUG.H next >
Encoding:
C/C++ Source or Header  |  1988-02-13  |  135 b   |  12 lines

  1. /*
  2. #define DEBUG
  3. #define PROFILE
  4. */
  5.  
  6. #ifdef PROFILE
  7. #define dprintf(str)    printf((str));
  8. #else
  9. #define dprintf(str)
  10. #endif
  11.  
  12.