home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Club Elmshorn Atari PD
/
CCE_PD.iso
/
pc
/
0400
/
CCE_0423.ZIP
/
CCE_0423.PD
/
GPINCL13.ZOO
/
strclass.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-04-02
|
96b
|
6 lines
#ifndef _strclass_h
#define _strclass_h
#include <String.h>
typedef class String string;
#endif