File:  [MW Coherent from dump] / coherent / a / usr / include.b4ps2 / timef.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:34 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

/* (-lgl
 * 	COHERENT Version 3.0
 *	Copyright 1989 by Inetco Systems, Ltd.
 * 	All rights reserved. May not be copied without permission.
 -lgl) */
#ifndef	TIMEF_H
#define	TIMEF_H
/*
 * User Level Timed Functions.
 */

typedef struct timef_s {
	struct timef_s *t_next;
	struct timef_s *t_last;
	void	      (*t_func)();
	char *		t_farg;
	unsigned long	t_tick;
} timef_t;

extern	int	timef();	/* schedule/cancel timed  functions */
extern	int	timerun();	/* execute all timed out functions  */

#endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.