labs-edaf30/lab1/separate_fn.h

4 lines
60 B
C
Raw Normal View History

2021-10-27 15:15:47 +02:00
#include <string>
void the_function(const std::string& s);