home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / gui / precog2_1.lha / Precognition2_1 / src / src.lha / Precognition / dumpwait.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-28  |  173 b   |  12 lines

  1. #ifndef DUMPWAIT_H
  2. #define DUMPWAIT_H
  3.  
  4. /* debugging tool */
  5.  
  6. extern char silly;
  7.  
  8. #define WAITCHAR scanf( "%c\n", &silly )
  9. #define DUMPWAIT(s) printf( s ); WAITCHAR;
  10.  
  11.  
  12. #endif