modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / doc / posix-functions / calloc.texi
blobfd41e78929c7fa92a9e965e2b001f61f871da326
1 @node calloc
2 @section @code{calloc}
3 @findex calloc
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/calloc.html}
7 Gnulib module: calloc-posix
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 Upon failure, the function does not set @code{errno} to @code{ENOMEM} on
13 some platforms:
14 mingw, MSVC 9.
15 @end itemize
17 Portability problems not fixed by Gnulib:
18 @itemize
19 @end itemize
21 Extension: Gnulib provides a module @samp{calloc-gnu} that substitutes a
22 @code{calloc} implementation that behaves more like the glibc implementation.