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

2001/1019/port/devaudio.c (diff list | history)

2001/1019/sys/src/9/port/devaudio.c:1090,10962001/1117/sys/src/9/port/devaudio.c:1090,1096 (short | long | prev | next)
1995/0119    
		memmove(buf, a, n); 
		buf[n] = '\0'; 
 
2000/0308    
		nf = getfields(buf, field, Ncmd, 1, " \t\n"); 
2001/1117    
		nf = tokenize(buf, field, Ncmd); 
1995/0119    
		for(i = 0; i < nf; i++){ 
			/* 
			 * a number is volume 


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