home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / modem / byepc300.arc / BYEXMDM.ARC / CTRLBRK.H < prev    next >
Text File  |  1986-12-24  |  211b  |  18 lines

  1. /*
  2. ** <cerror.h>
  3. **
  4. **  Defines for break control and critical error handling
  5. **
  6. */
  7.  
  8. #ifdef LINT_ARGS    /* argument checking enabled */
  9.  
  10. void ctrl_break(int);
  11.  
  12. #else
  13.  
  14. void ctrl_break();
  15.  
  16. #endif
  17.  
  18.