* lib/stat-time.h (USE_BIRTHTIME): Remove.
[gnulib.git] / modules / strndup
1 Description:
2 strndup() function: duplicate a size-bounded string.
3
4 Files:
5 lib/strndup.c
6 m4/strndup.m4
7
8 Depends-on:
9 string
10 strnlen
11
12 configure.ac:
13 gl_FUNC_STRNDUP
14 gl_STRING_MODULE_INDICATOR([strndup])
15
16 Makefile.am:
17
18 Include:
19 <string.h>
20
21 License:
22 LGPL
23
24 Maintainer:
25 glibc