xref: /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/StringC.h (revision 0:68f95e015346)
1 // Copyright (c) 1994 James Clark
2 // See the file COPYING for copying permission.
3 #pragma ident	"%Z%%M%	%I%	%E% SMI"
4 
5 #ifndef StringC_INCLUDED
6 #define StringC_INCLUDED 1
7 
8 #include "types.h"
9 #include "StringOf.h"
10 
11 #ifdef SP_NAMESPACE
12 namespace SP_NAMESPACE {
13 #endif
14 
15 typedef String<Char> StringC;
16 
17 #ifdef SP_NAMESPACE
18 }
19 #endif
20 
21 #endif /* not StringC_INCLUDED */
22