4 lines
65 B
C++
4 lines
65 B
C++
|
#include <string>
|
||
|
|
||
|
std::string truncated(const std::string str);
|