home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / cecko / install / devcpp4920.exe / include / g++-3 / string < prev    next >
Encoding:
Text File  |  2001-08-27  |  251 b   |  14 lines

  1. // Main header for the -*- C++ -*- string classes.
  2.  
  3. #ifndef __STRING__
  4. #define __STRING__
  5.  
  6. #include <std/bastring.h>
  7.  
  8. extern "C++" {
  9. typedef basic_string <char> string;
  10. // typedef basic_string <wchar_t> wstring;
  11. } // extern "C++"
  12.  
  13. #endif
  14.