comparison modules/strdup-posix @ 10456:a821fdd7b2b7

New module 'strdup-posix'.
author Bruno Haible <bruno@clisp.org>
date Sun, 21 Sep 2008 14:54:54 +0200
parents
children efab6978105e
comparison
equal deleted inserted replaced
10455:e8f55251d47e 10456:a821fdd7b2b7
1 Description:
2 strdup() function: duplicate a string.
3
4 Files:
5 lib/strdup.c
6 m4/strdup.m4
7
8 Depends-on:
9 string
10 malloc-posix
11
12 configure.ac:
13 gl_FUNC_STRDUP_POSIX
14 gl_STRING_MODULE_INDICATOR([strdup])
15
16 Makefile.am:
17
18 Include:
19 <string.h>
20
21 License:
22 LGPLv2+
23
24 Maintainer:
25 all, glibc