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