summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/wcsdup.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* After a certain amount of fighting with the mbstowcs API, remove L fromnicm2011-07-081-4/+12
| | | | | | the wcsdup example. ok stsp
* Fix some awful code in the example, pointed out by millert@.nicm2011-07-051-3/+3
|
* Add wcsdup(), from NetBSD.nicm2011-07-041-0/+86
ok deraadt matthew