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

Function main

08.26-structuredBindingsPOSIXError0/main.cpp:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23int main()
24{
25 auto [code, err] = Open("myfile.txt");
26
27 printf("errno: %d, value: %d\n", err, code);
28}

Callers

nothing calls this directly

Calls 1

OpenFunction · 0.70

Tested by

no test coverage detected