home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.2 (Developer)
/
NS_dev_3.2.iso
/
NextDeveloper
/
Headers
/
g++
/
strclass.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-06-29
|
96b
|
6 lines
#ifndef _strclass_h
#define _strclass_h
#include <String.h>
typedef class String string;
#endif