summaryrefslogtreecommitdiff
path: root/modules/strdup
blob: 619ec01e930654760c174290e550e1896a1a7abb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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