mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
28 lines
317 B
Plaintext
28 lines
317 B
Plaintext
Description:
|
|
Duplicate a bounded initial segment of a string, with out-of-memory checking.
|
|
|
|
Files:
|
|
lib/xstrndup.h
|
|
lib/xstrndup.c
|
|
m4/xstrndup.m4
|
|
|
|
Depends-on:
|
|
strndup
|
|
xalloc
|
|
|
|
configure.ac:
|
|
gl_XSTRNDUP
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += xstrndup.h xstrndup.c
|
|
|
|
Include:
|
|
"xstrndup.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|
|
|