Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
void print(auto fmt, const auto&... args)
47
{
48
printf(fmt, args...);
49
}
50
51
int main()
52
{
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected