MCPcopy Create free account
hub / github.com/Apress/beginning-cpp20 / print_that

Function print_that

Exercises/NoModules/Appendix A/SolnA_05/PrintThat.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5extern void print(std::string_view string);
6
7void print_that(std::string_view string)
8{
9 print(string);
10}

Callers 1

mainFunction · 0.70

Calls 1

printFunction · 0.70

Tested by

no test coverage detected