home *** CD-ROM | disk | FTP | other *** search
/ ANews 3 / AnewsCD3.iso / DP / Programmation / GCC / gpp_include / strclass.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-02-11  |  98 b   |  6 lines

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