Avoid the need for AC_LIBSOURCES in m4 macros.
[gnulib.git] / modules / strndup
1 Description:
2 strndup() function: duplicate a size-bounded string.
3
4 Files:
5 lib/strndup.h
6 lib/strndup.c
7 m4/strndup.m4
8
9 Depends-on:
10 strnlen
11
12 configure.ac:
13 gl_FUNC_STRNDUP
14
15 Makefile.am:
16 EXTRA_DIST += strndup.h
17
18 Include:
19 "strndup.h"
20
21 License:
22 LGPL
23
24 Maintainer:
25 glibc