home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 4
/
FreshFish_May-June1994.bin
/
gnu
/
lib
/
g++-include
/
strclass.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-02-20
|
96b
|
6 lines
#ifndef _strclass_h
#define _strclass_h
#include <String.h>
typedef class String string;
#endif