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