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

Function System

CPP/Examples/PolygonSamples/PolygonSamples.cpp:95–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void System(const std::string &filename)
96{
97#ifdef _WIN32
98 system(filename.c_str());
99#else
100 system(("firefox " + filename).c_str());
101#endif
102}

Callers 1

DoLoopThruPolygonsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected