Home

GEONius.com
6-Jan-2004
E-mail

wcs_util - Wide-Character String Manipulation Functions

These are a collection of wide-character string manipulation functions.


Public Procedures

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.

Source Files

wcs_util.c
wcs_util.h

(See libgpl for the complete source, including support routines and build files.)


Alex Measday  /  E-mail