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

2002/0217/port/rdb.c (diff list | history)

2001/0527/sys/src/9/port/rdb.c:18,242002/0217/sys/src/9/port/rdb.c:18,24 (short | long | prev | next)
Convert to new fmt library.
rsc Fri Mar 4 12:44:25 2005
1999/0820    
	int n; 
 
	va_start(va, fmt); 
	n = doprint(buf, buf+sizeof buf, fmt, va)-buf; 
2002/0217    
	n = vseprint(buf, buf+sizeof buf, fmt, va)-buf; 
1999/0820    
	va_end(va); 
	putstrn(buf, n); 
} 


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