home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_02_04 / 2n04026b < prev    next >
Text File  |  1991-02-25  |  163b  |  11 lines

  1. {listing2.h -- delay.h}
  2.  
  3.  
  4.  
  5. /*
  6. **  Function prototypes for the Delay functions 
  7. **  in delay.asm.
  8. */
  9. void   calibrateDelay(void);
  10. void   fdcDelay(void);
  11.