]> www.ginac.de Git - cln.git/blob - src/base/string/misc/cl_st_class.cc
* Change all C include headers to ISO style within C++ code.
[cln.git] / src / base / string / misc / cl_st_class.cc
1 // cl_class_string.
2
3 // General includes.
4 #include "cl_sysdep.h"
5
6 // Specification.
7 #include "cln/string.h"
8
9
10 // Implementation.
11
12 namespace cln {
13
14 cl_class cl_class_string = {
15         NULL,           // empty destructor
16         0
17 };
18
19 }  // namespace cln