home *** CD-ROM | disk | FTP | other *** search
- /*
- * TIMER.H
- *
- * Written for the
- *
- * Datalight
- * Microsoft V 5.x
- * TurboC
- * &
- * Zortech
- *
- * C Compilers
- *
- * Copyright (c) John Birchfield 1987, 1988, 1989
- */
-
- # ifndef LINT
- extern unsigned long int timer_read ();
- # else
- int timer_init (void);
- extern int timer_term (void);
- extern int timer_set (void);
- extern unsigned long int timer_read (void);
- extern int timeout (unsigned int);
- extern void DELAY_init (void);
- extern int DELAY_loop (int);
- # endif
-