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

Function main

08.30-structuredBindingsPOSIXError4/main.cpp:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

OpenFunction · 0.70

Tested by

no test coverage detected