Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / nsgmls / StringC.h
1 /* $XConsortium: StringC.h /main/1 1996/07/29 17:05:10 cde-hp $ */
2 // Copyright (c) 1994 James Clark
3 // See the file COPYING for copying permission.
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 */