spawn-pipe: Allow caller to specify directory for the subprocess.
[gnulib.git] / doc / posix-functions / va_copy.texi
blobecbd0aa53df52f0f1b25747264dcce9d4805cb6d
1 @node va_copy
2 @section @code{va_copy}
3 @findex va_copy
5 POSIX specification:@* @url{https://pubs.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.
14 @end itemize
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @end itemize