copy a wide-character string, returning a pointer to its end NAME wcpcpy - copy a wide-character string, returning a pointer to its end LIBRARY Standard C lib...copy a fixed-size string of wide characters, returning a pointer to its end NAME wcpncpy - copy a fixed-size string of wide characters, returning a pointer to its end LIBRAR...convert a wide character to a multibyte sequence NAME wcrtomb - convert a wide character to a multibyte sequence LIBRARY Standard C library ( libc...compare two wide-character strings, ignoring case NAME wcscasecmp - compare two wide-character strings, ignoring case LIBRARY Standard C library (...concatenate two wide-character strings NAME wcscat - concatenate two wide-character strings LIBRARY Standard C library ( libc , -lc ) SY...search a wide character in a wide-character string NAME wcschr - search a wide character in a wide-character string LIBRARY Standard C library ( lib...compare two wide-character strings NAME wcscmp - compare two wide-character strings LIBRARY Standard C library ( libc , -lc ) SYNOPS...copy a wide-character string NAME wcscpy - copy a wide-character string LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #in...search a wide-character string for any of a set of wide characters NAME wcscspn - search a wide-character string for any of a set of wide characters LIBRARY Standar...duplicate a wide-character string NAME wcsdup - duplicate a wide-character string LIBRARY Standard C library ( libc , -lc ) SYNOPSI...determine the length of a wide-character string NAME wcslen - determine the length of a wide-character string LIBRARY Standard C library ( libc ,...compare two fixed-size wide-character strings, ignoring case NAME wcsncasecmp - compare two fixed-size wide-character strings, ignoring case LIBRARY Standard...concatenate two wide-character strings NAME wcsncat - concatenate two wide-character strings LIBRARY Standard C library ( libc , -lc ) S...compare two fixed-size wide-character strings NAME wcsncmp - compare two fixed-size wide-character strings LIBRARY Standard C library ( libc ,...copy a fixed-size string of wide characters NAME wcsncpy - copy a fixed-size string of wide characters LIBRARY Standard C library ( libc , -l...determine the length of a fixed-size wide-character string NAME wcsnlen - determine the length of a fixed-size wide-character string LIBRARY Standard C libr...convert a wide-character string to a multibyte string NAME wcsnrtombs - convert a wide-character string to a multibyte string LIBRARY Standard C librar...search a wide-character string for any of a set of wide characters NAME wcspbrk - search a wide-character string for any of a set of wide characters LIBRARY Standar...search a wide character in a wide-character string NAME wcsrchr - search a wide character in a wide-character string LIBRARY Standard C library ( li...convert a wide-character string to a multibyte string NAME wcsrtombs - convert a wide-character string to a multibyte string LIBRARY Standard C library...