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

Function main

example/tut0.cpp:14–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected