diff options
Diffstat (limited to 'gnu/lib/libg++/libstdc++/std/cstdarg.h')
| -rw-r--r-- | gnu/lib/libg++/libstdc++/std/cstdarg.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/lib/libg++/libstdc++/std/cstdarg.h b/gnu/lib/libg++/libstdc++/std/cstdarg.h new file mode 100644 index 00000000000..24c57f06299 --- /dev/null +++ b/gnu/lib/libg++/libstdc++/std/cstdarg.h @@ -0,0 +1,7 @@ +// The -*- C++ -*- variable argument handling header. +// This file is part of the GNU ANSI C++ Library. + +#ifndef __CSTDARG__ +#define __CSTDARG__ +#include <stdarg.h> +#endif |
