// Main header for the -*- C++ -*- string classes. #ifndef __STRING__ #define __STRING__ #include extern "C++" { typedef basic_string string; typedef basic_string wstring; } // extern "C++" #endif