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

1990/03091/port/devcons.c (diff list | history)

1990/03042/sys/src/9/port/devcons.c:144,1531990/03091/sys/src/9/port/devcons.c:144,150 (short | long | prev | next)
1990/0227    
int 
sprint(char *s, char *fmt, ...) 
{ 
	char *out; 
                 
	out = donprint(s, s+PRINTSIZE, fmt, (&fmt+1)); 
	return out-s; 
1990/03091    
	return donprint(s, s+PRINTSIZE, fmt, (&fmt+1)) - s; 
1990/0227    
} 
 
int 
1990/03042/sys/src/9/port/devcons.c:233,2381990/03091/sys/src/9/port/devcons.c:230,236
1990/0227    
echo(int c) 
{ 
	char ch; 
1990/03091    
 
1990/0227    
	/* 
	 * ^t hack BUG 
	 */ 


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