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

Function main

04.01-includeHell0/main.cpp:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36# include <cstdio>
37
38int main()
39{
40 const bool b{true};
41
42 const auto s = Normalize(b);
43
44 printf("%s\n", s.c_str());
45}
46#else
47int main() {}
48#endif

Callers

nothing calls this directly

Calls 1

NormalizeFunction · 0.85

Tested by

no test coverage detected