mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
35 lines
433 B
Plaintext
35 lines
433 B
Plaintext
Description:
|
|
strdup() function: duplicate a string.
|
|
|
|
Status:
|
|
obsolete
|
|
|
|
Notice:
|
|
This module is obsolete. But you may want to use the strdup-posix module.
|
|
|
|
Files:
|
|
lib/strdup.c
|
|
m4/strdup.m4
|
|
|
|
Depends-on:
|
|
string
|
|
|
|
configure.ac:
|
|
gl_FUNC_STRDUP
|
|
if test $ac_cv_func_strdup = no; then
|
|
AC_LIBOBJ([strdup])
|
|
gl_PREREQ_STRDUP
|
|
fi
|
|
gl_STRING_MODULE_INDICATOR([strdup])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<string.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all, glibc
|