Skip to content

Add wcpcpy, wcpncpy, wcsdup, wcsnlen, wcsnrtombs

Darley Barreto requested to merge darley/relibc:wcslen-related into master

This PR adds these somewhat small functions (the most complex being wcsnrtombs) and test code for them: wcpcpy, wcpncpy, wcsdup, wcsnlen, wcsnrtombs.

Merge request reports