home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / c / djgpp / include / strclass.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-03-03  |  141 b   |  9 lines

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