Hash :
023cc5f0
Author :
Date :
2011-02-05T13:36:58
New module 'wcslen'. * modules/wcslen: New file. * lib/wchar.in.h (wcslen): New declaration. * lib/wcslen.c: New file. * lib/wcslen-impl.h: New file, from libutf8 with modifications. * m4/wcslen.m4: New file. * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcslen is declared. (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSLEN, HAVE_WCSLEN. * modules/wchar (Makefile.am): Substitute GNULIB_WCSLEN, HAVE_WCSLEN. * tests/test-wchar-c++.cc: Test the declaration of wcslen. * doc/posix-functions/wcslen.texi: Mention the new module.
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_WCHAR_MODULE_INDICATOR([wcslen])
Makefile.am:
Include:
<wchar.h>
License:
LGPL
Maintainer:
Bruno Haible