]> www.ginac.de Git - cln.git/blob - src/base/string/cl_st_make0.h
Fix compilation error on MSVC.
[cln.git] / src / base / string / cl_st_make0.h
1 #ifndef _CL_ST_MAKE0_H
2 #define _CL_ST_MAKE0_H
3 #include "cln/string.h"
4
5 namespace cln {
6
7 extern cl_heap_string* cl_make_heap_string (unsigned long len);
8
9 }  // namespace cln
10
11 #endif /* _CL_ST_MAKE0_H */