diff options
Diffstat (limited to 'gnu/lib/libg++/libstdc++/cstringi.cc')
| -rw-r--r-- | gnu/lib/libg++/libstdc++/cstringi.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/lib/libg++/libstdc++/cstringi.cc b/gnu/lib/libg++/libstdc++/cstringi.cc new file mode 100644 index 00000000000..e981ab73c98 --- /dev/null +++ b/gnu/lib/libg++/libstdc++/cstringi.cc @@ -0,0 +1,7 @@ +// Implementation file for the -*- C++ -*- null-terminated string header. +// This file is part of the GNU ANSI C++ Library. + +#ifdef __GNUG__ +#pragma implementation "std/cstring.h" +#endif +#include <std/cstring.h> |
