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 stdarg.h
@section @file{stdarg.h}
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stdarg.h.html}
Gnulib module: stdarg-h
@mindex stdarg-h
Portability problems fixed by Gnulib:
@itemize
@item
Some compilers (e.g., AIX 5.3 cc) need to be in c99 mode for the builtin
@code{va_copy} to work.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@end itemize