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

Function System

CPP/Examples/Benchmarks/Benchmarks.cpp:126–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void System(const std::string &filename)
127{
128#ifdef _WIN32
129 system(filename.c_str());
130#else
131 system(("firefox " + filename).c_str());
132#endif
133}

Callers 1

DoBenchmarkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected