MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / print

Function print

09.04-fixedString1/main.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void print(auto fmt, const auto&... args)
47{
48 printf(fmt, args...);
49}
50
51int main()
52{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected