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

1996/0315/port/devaudio.c (diff list | history)

1996/0223/sys/src/9/port/devaudio.c:822,8281996/0315/sys/src/9/port/devaudio.c:822,828 (short | long | prev | next)
1995/0119    
		memmove(buf, a, n); 
		buf[n] = '\0'; 
 
		nf = getfields(buf, field, Ncmd, " \t\n"); 
1996/0315    
		nf = parsefields(buf, field, Ncmd, " \t\n"); 
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)