5 lines
78 B
C++
5 lines
78 B
C++
#pragma once
|
|
#include <string>
|
|
|
|
std::string truncated(const std::string str);
|