Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ main
Function
main
Source/stdafx.cpp:34–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
const char gPathSeperator =
'/'
;
33
34
int main(int argc, char *argv[]) {
35
auto result = start(argc, argv);
36
if (result == -1) {
37
std::cout <<
"Press enter to continue\n"
;
38
std::cin.get();
39
}
40
41
return result;
42
}
43
44
/**
45
*
Callers
nothing calls this directly
Calls
2
start
Function · 0.70
get
Method · 0.45
Tested by
no test coverage detected