home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Headers / g++ / strclass.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-02-06  |  114 b   |  7 lines

  1. #ifndef _strclass_h
  2. #define _strclass_h
  3. #include <String.h>
  4. #pragma cplusplus
  5. typedef class String string;
  6. #endif
  7.