Plan 9 from Bell Labs’s /usr/web/sources/contrib/uriel/changes/2006/0116/4

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


Provide strdup.
 [rsc] --rw-rw-r-- M 661145 glenda sys 1259 Jan 16 20:48 sys/include/ape/string.h
	/n/sourcesdump/2006/0116/plan9/sys/include/ape/string.h:31,36 - 
	/n/sourcesdump/2006/0117/plan9/sys/include/ape/string.h:31,40
	  extern char *strerror(int);
	  extern size_t strlen(const char *);
	  
	+ #ifdef _BSD_EXTENSION
	+ #include <bsd.h>
	+ #endif
	+ 
	  #ifdef __cplusplus
	  }
	  #endif


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.