diff options
Diffstat (limited to 'libg++/libstdc++/std/cstdarg.h')
-rw-r--r-- | libg++/libstdc++/std/cstdarg.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libg++/libstdc++/std/cstdarg.h b/libg++/libstdc++/std/cstdarg.h new file mode 100644 index 0000000..24c57f0 --- /dev/null +++ b/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 |