home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
amiga
/
programm
/
language
/
gcc222.lha
/
g++-include
/
strclass.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-07-19
|
96b
|
6 lines
#ifndef _strclass_h
#define _strclass_h
#include <String.h>
typedef class String string;
#endif