3 lines
60 B
C++
3 lines
60 B
C++
#include <string>
|
|
void the_function(const std::string& s);
|
|
|
#include <string>
|
|
void the_function(const std::string& s);
|
|
|