MCPcopy Create free account
hub / github.com/AngusJohnson/Clipper2 / System

Function System

CPP/Examples/VariableOffset/VariableOffset.cpp:10–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8using namespace Clipper2Lib;
9
10void System(const std::string& filename)
11{
12#ifdef _WIN32
13 system(filename.c_str());
14#else
15 system(("firefox " + filename).c_str());
16#endif
17}
18
19void test1() {
20

Callers 5

test1Function · 0.70
test2Function · 0.70
test3Function · 0.70
test4Function · 0.70
test5Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected