MCPcopy Create free account
hub / github.com/boostorg/filesystem / main

Function main

example/tut0.cpp:15–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13namespace fs = boost::filesystem;
14
15int main(int argc, char* argv[])
16{
17 if (argc < 2)
18 {
19 std::cout << "Usage: tut0 path\n";
20 return 1;
21 }
22 std::cout << argv[1] << '\n';
23 return 0;
24}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected