Next: strerror
, Previous: strcspn
, Up: ISO C and POSIX Function Substitutes [Contents][Index]
strdup
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/strdup.html
Gnulib module: strdup or strdup-posix
Portability problems fixed by either Gnulib module strdup
or strdup-posix
:
<string.h>
on some old platforms.
Portability problems fixed by Gnulib module strdup-posix
:
errno
to ENOMEM
on
some platforms:
mingw, MSVC 14.
Portability problems not fixed by Gnulib: