mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-18 23:42:00 +03:00
26 lines
263 B
Plaintext
26 lines
263 B
Plaintext
Description:
|
|
strdup() function: duplicate a string.
|
|
|
|
Files:
|
|
lib/strdup.c
|
|
m4/strdup.m4
|
|
|
|
Depends-on:
|
|
string
|
|
malloc-posix
|
|
|
|
configure.ac:
|
|
gl_FUNC_STRDUP
|
|
gl_STRING_MODULE_INDICATOR([strdup])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<string.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all, glibc
|