// cl_class_string.

// General includes.
#include "cl_sysdep.h"

// Specification.
#include "cln/string.h"


// Implementation.

namespace cln {

cl_class cl_class_string = {
	NULL,		// empty destructor
	0
};

}  // namespace cln


syntax highlighted by Code2HTML, v. 0.9.1