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

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

1995/0108/sys/src/9/pc/devvga.c:256,2621995/0117/sys/src/9/pc/devvga.c:256,262 (short | long | prev | next)
1994/0624    
	int i, x, y, z; 
	char *cp, *field[3]; 
 
	if(getfields(arg, field, 3, ' ') != 2) 
1995/0117    
	if(getfields(arg, field, 3, " ") != 2) 
1994/0624    
		error(Ebadarg); 
 
	if(strcmp(field[0], "hwgc") == 0){ 


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