Rename two directories: headers -> posix-headers, functions -> posix-functions.
[gnulib.git] / doc / posix-functions / strdup.texi
1 @node strdup
2 @section @code{strdup}
3 @findex strdup
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/strdup.html}
6
7 Gnulib module: strdup
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some old platforms.
13 @item
14 This function has no prototype in @code{<string.h>} on some old platforms.
15 @end itemize
16
17 Portability problems not fixed by Gnulib:
18 @itemize
19 @end itemize