bitwiseworks / libc

LIBC Next (kLIBC fork)
9 stars 4 forks source link

implement wcsdup() #118

Closed SilvanScherrer closed 2 years ago

SilvanScherrer commented 2 years ago

we lack this function, even not used much

here is a imho clean implementation https://github.com/bminor/glibc/blob/master/wcsmbs/wcsdup.c

looks like it would be easy to add