home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / gnu / g__inc / strclass.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-07-23  |  133 b   |  9 lines

  1. #ifndef _strclass_h
  2. #ifdef __GNUG__
  3. #pragma once
  4. #endif
  5. #define _strclass_h
  6. #include <xstring.h>
  7. typedef class String string;
  8. #endif
  9.