mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-01 04:41:58 +03:00
25 lines
238 B
Plaintext
25 lines
238 B
Plaintext
Description:
|
|
strndup() function: duplicate a size-bounded string.
|
|
|
|
Files:
|
|
lib/strndup.h
|
|
lib/strndup.c
|
|
m4/strndup.m4
|
|
|
|
Depends-on:
|
|
strnlen
|
|
|
|
configure.ac:
|
|
gl_FUNC_STRNDUP
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"strndup.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
glibc
|