diff options
| author | mrg <mrg@NetBSD.org> | 1998-03-29 08:31:49 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 1998-03-29 08:31:49 +0000 |
| commit | 1d9ec375c03e61d8a3d986cfa9e47e8060cf509a (patch) | |
| tree | d4e3449c96a7263e1e9e519c8f19a3d1cb3ea411 /gnu/dist/libstdc++/cstringi.cc | |
| parent | d3c5e32f1d27a9891610753a12932ae435e29ce6 (diff) | |
initial import of the egcs 1.0.2 standard c++ library
Diffstat (limited to 'gnu/dist/libstdc++/cstringi.cc')
| -rw-r--r-- | gnu/dist/libstdc++/cstringi.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/dist/libstdc++/cstringi.cc b/gnu/dist/libstdc++/cstringi.cc new file mode 100644 index 00000000000..2676febc9b0 --- /dev/null +++ b/gnu/dist/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 "cstring" +#endif +#include <cstring> |
