diff options
Diffstat (limited to 'libg++/libstdc++/cstdio')
-rw-r--r-- | libg++/libstdc++/cstdio | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libg++/libstdc++/cstdio b/libg++/libstdc++/cstdio new file mode 100644 index 0000000..ac85178 --- /dev/null +++ b/libg++/libstdc++/cstdio @@ -0,0 +1,6 @@ +// -*- C++ -*- forwarding header. +// This file is part of the GNU ANSI C++ Library. + +#ifndef __CSTDIO__ +#include <std/cstdio.h> +#endif |