TIVI-153: Add as dependency for iputils
[profile/ivi/opensp.git] / include / StringC.h
1 // Copyright (c) 1994 James Clark
2 // See the file COPYING for copying permission.
3
4 #ifndef StringC_INCLUDED
5 #define StringC_INCLUDED 1
6
7 #include "types.h"
8 #include "StringOf.h"
9
10 #ifdef SP_NAMESPACE
11 namespace SP_NAMESPACE {
12 #endif
13
14 typedef String<Char> StringC;
15
16 #ifdef SP_NAMESPACE
17 }
18 #endif
19
20 #endif /* not StringC_INCLUDED */