doc: Add documentation about math_errhandling.
[gnulib.git] / modules / wcsnlen
blobdba67d644d411ffafc108727abd83ac815adb8c4
1 Description:
2 wcsnlen() function: determine the length of a size-bounded wide string.
4 Files:
5 lib/wcsnlen.c
6 lib/wcsnlen-impl.h
7 m4/wcsnlen.m4
9 Depends-on:
10 wchar
12 configure.ac:
13 gl_FUNC_WCSNLEN
14 gl_CONDITIONAL([GL_COND_OBJ_WCSNLEN], [test $HAVE_WCSNLEN = 0])
15 gl_WCHAR_MODULE_INDICATOR([wcsnlen])
17 Makefile.am:
18 if GL_COND_OBJ_WCSNLEN
19 lib_SOURCES += wcsnlen.c
20 endif
22 Include:
23 <wchar.h>
25 License:
26 LGPL
28 Maintainer:
29 all