modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / doc / posix-headers / stdarg.texi
blob2c500d3795357394950b23dfc02ecc26717bda3d
1 @node stdarg.h
2 @section @file{stdarg.h}
4 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/stdarg.h.html}
6 Gnulib module: stdarg
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 Some compilers (e.g., AIX 5.3 cc) need to be in c99 mode for the builtin
12 @code{va_copy} to work.
13 @end itemize
15 Portability problems not fixed by Gnulib:
16 @itemize
17 @end itemize