modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / doc / posix-functions / va_copy.texi
bloba7813434e496e164fbae41a3bcf78a0eb45ab3f0
1 @node va_copy
2 @section @code{va_copy}
3 @findex va_copy
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/va_copy.html}
7 Gnulib module: stdarg
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This macro is missing on some platforms:
13 AIX 5.1 with cc or xlc, HP-UX 11 with cc, IRIX 6.5 with cc, OSF/1 5.1 with cc.
14 @end itemize
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @end itemize