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