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

Function System

CPP/Examples/UsingZ/UsingZ.cpp:105–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void System(const std::string &filename)
106{
107#ifdef _WIN32
108 system(filename.c_str());
109#else
110 system(("firefox " + filename).c_str());
111#endif
112}

Callers 2

TestingZ_Int64Function · 0.70
TestingZ_DoubleFunction · 0.70

Calls

no outgoing calls

Tested by 2

TestingZ_Int64Function · 0.56
TestingZ_DoubleFunction · 0.56