36 lines
440 B
Plaintext
36 lines
440 B
Plaintext
Description:
|
|
wcslen() function: determine the length of a wide string.
|
|
|
|
Status:
|
|
obsolete
|
|
|
|
Notice:
|
|
This module is obsolete.
|
|
|
|
Files:
|
|
lib/wcslen.c
|
|
lib/wcslen-impl.h
|
|
m4/wcslen.m4
|
|
|
|
Depends-on:
|
|
wchar
|
|
|
|
configure.ac:
|
|
gl_FUNC_WCSLEN
|
|
gl_CONDITIONAL([GL_COND_OBJ_WCSLEN], [test $HAVE_WCSLEN = 0])
|
|
gl_WCHAR_MODULE_INDICATOR([wcslen])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_WCSLEN
|
|
lib_SOURCES += wcslen.c
|
|
endif
|
|
|
|
Include:
|
|
<wchar.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all
|