MCPcopy Create free account
hub / github.com/JayXon/Leanify / PauseIfNotTerminal

Function PauseIfNotTerminal

main.cpp:83–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82
83void PauseIfNotTerminal()
84{
85 // pause if Leanify is not started in terminal
86 // so that user can see the output instead of just a flash of a black box
87#ifdef _WIN32
88 if (is_pause)
89 {
90 system("pause");
91 }
92#endif // _WIN32
93}
94
95
96

Callers 2

PrintInfoFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected