wcs_util - Wide-Character String Manipulation FunctionsThese are a collection of wide-character string manipulation functions.
wcscpy() - copies a NUL-terminated wide-character string.
wcsncpy() - copies a wide-character string of a specified length.
wcsdup() - duplicates a NUL-terminated wide-character string.
wcsndup() - duplicates a wide-character string of a specified length.
wcslen() - determines the length of a NUL-terminated wide-character string.
mbstowcs() - converts a multi-byte string to a wide-character string.
wcstombs() - converts a wide-character string to a multi-byte string.
wcsNarrow() - converts a wide-character string to a string.
wcsWiden() - converts a string to a wide-character string.
wcs_util.c
wcs_util.h
(See libgpl for the
complete source, including support routines and build files.)