home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / C / PC_8250.ZIP / delay.h < prev    next >
Encoding:
Text File  |  1991-02-07  |  482 b   |  19 lines

  1. /*
  2.  *                               DELAY.H
  3.  *
  4.  *                           Written for the
  5.  *
  6.  *                              Datalight
  7.  *                           Microsoft V 5.x
  8.  *                                TurboC
  9.  *                                  &
  10.  *                               Zortech
  11.  *
  12.  *                             C Compilers
  13.  *
  14.  *            Copyright (c) John Birchfield 1987, 1988, 1989
  15.  */
  16. void DELAY_init (void);
  17. int  DELAY_loop (int);
  18.  
  19.