Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
using namespace Clipper2Lib;
9
10
void 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
19
void test1() {
20
Callers
5
test1
Function · 0.70
test2
Function · 0.70
test3
Function · 0.70
test4
Function · 0.70
test5
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected