diff options
Diffstat (limited to 'libstdc++/string')
-rw-r--r-- | libstdc++/string | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libstdc++/string b/libstdc++/string new file mode 100644 index 0000000..fa6f1ab --- /dev/null +++ b/libstdc++/string @@ -0,0 +1,13 @@ +// Main header for the -*- C++ -*- string classes. + +#ifndef __STRING__ +#define __STRING__ + +#include <std/bastring.h> + +extern "C++" { +typedef basic_string <char> string; +// typedef basic_string <wchar_t> wstring; +} // extern "C++" + +#endif |