select: Fix "warning: no previous prototype for function".
[gnulib.git] / modules / wmempcpy
blobedb4c5f9c6e55506c45947760e0ec71bb0fe83f6
1 Description:
2 wmempcpy() function: copy wide character array, return pointer after last written wide character.
4 Files:
5 lib/wmempcpy.c
6 m4/wmempcpy.m4
8 Depends-on:
9 wchar
11 configure.ac:
12 gl_FUNC_WMEMPCPY
13 if test $HAVE_WMEMPCPY = 0; then
14   AC_LIBOBJ([wmempcpy])
16 gl_WCHAR_MODULE_INDICATOR([wmempcpy])
18 Makefile.am:
20 Include:
21 <wchar.h>
23 License:
24 LGPLv2+
26 Maintainer:
27 all