]> www.ginac.de Git - cln.git/blob - src/base/string/cl_sstring.h
* All Files have been modified for inclusion of namespace cln;
[cln.git] / src / base / string / cl_sstring.h
1 // Simple strings.
2
3 #ifndef _CL_SSTRING_H
4 #define _CL_SSTRING_H
5
6 namespace cln {
7
8 // Liefert einen String.
9 // Mit malloc_hook() alloziert, mit free_hook() freizugeben.
10 extern char * cl_sstring (const char * ptr, uintL len);
11
12 }  // namespace cln
13
14 #endif /* _CL_SSTRING_H */