Plan 9 from Bell Labs’s /usr/web/sources/contrib/uriel/changes/2005/1208/2

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


Code cleanups.
 [jmk] --rw-rw-r-- M 960117 glenda sys 662 Dec  8 09:33 sys/src/ape/lib/ap/stdio/fread.c
	/n/sourcesdump/2005/1208/plan9/sys/src/ape/lib/ap/stdio/fread.c:7,13 - 
	/n/sourcesdump/2005/1209/plan9/sys/src/ape/lib/ap/stdio/fread.c:7,13
	  #define BIGN (BUFSIZ/2)
	  
	  size_t fread(void *p, size_t recl, size_t nrec, FILE *f){
	- 	char *s, *es;
	+ 	char *s;
	  	int n, d, c;
	  
	  	s=(char *)p;


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.