diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-10-04 08:12:38 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-10-04 08:12:38 +0000 |
| commit | 43d36c40e70660b96e7d58f04f39090aa8ce602e (patch) | |
| tree | c4269807b0fce0fd2dace52f52c7fed66591d0ab /contrib/libstdc++/cstringi.cc | |
| parent | bdc228c6395178f59ff23e7f7be2256840f86f8f (diff) | |
Notes
Diffstat (limited to 'contrib/libstdc++/cstringi.cc')
| -rw-r--r-- | contrib/libstdc++/cstringi.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/libstdc++/cstringi.cc b/contrib/libstdc++/cstringi.cc new file mode 100644 index 000000000000..2676febc9b0f --- /dev/null +++ b/contrib/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> |
