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

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


Add utfnlen prototype for chan.c.
 [rsc] --rw-rw-r-- M 284191 glenda sys 5770 Sep  7 10:32 sys/src/9/port/lib.h
	/n/sourcesdump/2005/0907/plan9/sys/src/9/port/lib.h:43,48 - 
	/n/sources/plan9/sys/src/9/port/lib.h:43,49
	  extern	int	chartorune(Rune*, char*);
	  extern	char*	utfrune(char*, long);
	  extern	int	utflen(char*);
	+ extern	int	utfnlen(char*, long);
	  extern	int	runelen(long);
	  
	  extern	int	abs(int);


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.