|
|
1.1 ! root 1: /* (-lgl ! 2: * COHERENT Version 3.0 ! 3: * Copyright 1989 by Inetco Systems, Ltd. ! 4: * All rights reserved. May not be copied without permission. ! 5: -lgl) */ ! 6: #ifndef __TIMEF_H__ ! 7: #define __TIMEF_H__ ! 8: /* ! 9: * User Level Timed Functions. ! 10: */ ! 11: ! 12: typedef struct timef_s { ! 13: struct timef_s *t_next; ! 14: struct timef_s *t_last; ! 15: void (*t_func)(); ! 16: char * t_farg; ! 17: unsigned long t_tick; ! 18: } timef_t; ! 19: ! 20: extern int timef(); /* schedule/cancel timed functions */ ! 21: extern int timerun(); /* execute all timed out functions */ ! 22: ! 23: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.