From 357744cd54478d5d74cb52cd1459eb7c26192abd Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 9 Mar 1996 00:00:51 +0000 Subject: Import of libg++-2.7.1. --- gnu/lib/libg++/libstdc++/std/cstdio.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 gnu/lib/libg++/libstdc++/std/cstdio.h (limited to 'gnu/lib/libg++/libstdc++/std/cstdio.h') diff --git a/gnu/lib/libg++/libstdc++/std/cstdio.h b/gnu/lib/libg++/libstdc++/std/cstdio.h new file mode 100644 index 00000000000..1fe1456b5bd --- /dev/null +++ b/gnu/lib/libg++/libstdc++/std/cstdio.h @@ -0,0 +1,7 @@ +// The -*- C++ -*- standard I/O header. +// This file is part of the GNU ANSI C++ Library. + +#ifndef __CSTDIO__ +#define __CSTDIO__ +#include +#endif -- cgit