verify: new macro 'assume'
[gnulib.git] / modules / xstrndup
1 Description:
2 Duplicate a bounded initial segment of a string, with out-of-memory checking.
3
4 Files:
5 lib/xstrndup.h
6 lib/xstrndup.c
7 m4/xstrndup.m4
8
9 Depends-on:
10 strndup
11 xalloc
12
13 configure.ac:
14 gl_XSTRNDUP
15
16 Makefile.am:
17 lib_SOURCES += xstrndup.h xstrndup.c
18
19 Include:
20 "xstrndup.h"
21
22 License:
23 GPL
24
25 Maintainer:
26 Simon Josefsson
27