ifx_gl_wcslen - get wide character string length
SYNOPSIS
#include <ifxgls.h>
int ifx_gl_wcslen(gl_wchar_t *wcs);
DESCRIPTION
This function computes the number of wide-character
codes in the wide character string to which wcs points, not
including the null-terminating wide-character code.
RETURN VALUE
This function returns wcs; no return value is
reserved to indicate an error.
ERRORS
No errors are defined.
SEE ALSO
ifx_gl_wcsbytes(),
ifx_gl_mbsbytes(),
ifx_gl_mbslen()
ACKNOWLEDGEMENT
Portions of this description were derived from the X/Open CAE
Specification: "System Interfaces and Headers, Issue 4"; X/Open
Document Number: C202; ISBN: 1-872630-47-2; Published by X/Open Company
Ltd., U.K.