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

1995/0117/pc/main.c (diff list | history)

1994/1210/sys/src/9/pc/main.c:361,3671995/0117/sys/src/9/pc/main.c:361,367 (short | long | prev | next)
1993/0416    
	 */ 
1993/0915    
	cp = BOOTARGS;	/* where b.com leaves its config */ 
1993/0416    
	cp[BOOTARGSLEN-1] = 0; 
	n = getfields(cp, line, MAXCONF, '\n'); 
1995/0117    
	n = getfields(cp, line, MAXCONF, "\n"); 
1993/0416    
	for(j = 0; j < n; j++){ 
		cp = strchr(line[j], '\r'); 
		if(cp) 


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