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

Function main

08.28-structuredBindingsPOSIXError2/main.cpp:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29int main()
30{
31 auto [code, err] = Open("myfile.txt");
32
33 printf("errno: %d, value: %d\n", err, code);
34}

Callers

nothing calls this directly

Calls 1

OpenFunction · 0.70

Tested by

no test coverage detected