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

Function System

CPP/Examples/MemLeakTest/MemLeakTest.cpp:73–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void System(const std::string &filename)
74{
75#ifdef _WIN32
76 system(filename.c_str());
77#else
78 system(("firefox " + filename).c_str());
79#endif
80}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected