Hash :
dc2b5a62
Author :
Date :
2024-12-27T23:18:08
Rename module stdarg to stdarg-h. * modules/stdarg-h: Renamed from modules/stdarg. * modules/stdarg-h-tests: Renamed from modules/stdarg-tests. * modules/stdarg-h-c++-tests: Renamed from modules/stdarg-c++-tests. * tests/test-stdarg-h-c++.cc: Renamed from tests/test-stdarg-c++.cc. * tests/test-stdarg-h-c++2.cc: Renamed from tests/test-stdarg-c++2.cc. * doc/posix-headers/stdarg.texi: Update. * doc/posix-functions/va_copy.texi: Update. * modules/* (Depends-on): Update. * modules/stdarg: New file.
@node va_copy
@subsection @code{va_copy}
@findex va_copy
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/va_copy.html}
Gnulib module: stdarg-h
@mindex stdarg-h
Portability problems fixed by Gnulib:
@itemize
@item
This macro is missing on some platforms:
AIX 5.1 with cc or xlc, HP-UX 11 with cc.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@end itemize