Sync usage with man page.
[netbsd-mini2440.git] / gnu / lib / libg++ / g++-include / strclass.h
blobe1799f1ac4e8e1755eff02832e8c9df3b29a5267
1 #ifndef _strclass_h
2 #ifdef __GNUG__
3 #pragma once
4 #endif
5 #define _strclass_h
6 #include <String.h>
7 typedef class String string;
8 #endif