plan 9 kernel history: overview | file list | diff list

1994/0508/port/portdat.h (diff list | history)

1994/0507/sys/src/9/port/portdat.h:599,6131994/0508/sys/src/9/port/portdat.h:599,604 (short | long | prev | next)
remove Callbk
rsc Fri Mar 4 12:44:25 2005
1993/1215    
	int	n; 
1993/1204    
}; 
 
1994/0331    
#define NCALLBACK	32 
                 
typedef struct Callbk Callbk; 
struct Callbk 
{ 
	void	(*func)(void*); 
	void*	arg; 
}; 
1991/0428    
                 
1992/0824    
enum 
{ 
	PRINTSIZE =	256, 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)