modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / doc / posix-functions / crypt.texi
blob57e1cef0c5ab49bbe4944ab34fb55588468b3a2b
1 @node crypt
2 @section @code{crypt}
3 @findex crypt
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/crypt.html}
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function is missing on some platforms:
17 FreeBSD 6.0, NetBSD 5.0, Cygwin, mingw, MSVC 9.
18 @item
19 This function is not declared in @code{<unistd.h>}
20 (without @code{-D_GNU_SOURCE}) on some platforms:
21 glibc (at least 2.11--2.13).
22 @end itemize