home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_200 / 240_01 / noop.c < prev    next >
Text File  |  1987-07-30  |  256b  |  16 lines

  1.  
  2. #include <time.h>
  3. #include "ciao.h"
  4.  
  5. /*
  6. **  noop definition for #defines in debug test files
  7. */
  8.  
  9. void noop()
  10. {
  11.      ;
  12. }
  13.  
  14. void bell() { putch('\a'); }
  15.  
  16.