MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / ParseArg

Function ParseArg

PresentMon/CommandLine.cpp:212–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212bool ParseArg(wchar_t* arg, wchar_t const* option)
213{
214 return
215 ParseArgPrefix(&arg) &&
216 _wcsicmp(arg, option) == 0;
217}
218
219bool ParseValue(wchar_t** argv, int argc, int* i)
220{

Callers 1

ParseCommandLineFunction · 0.85

Calls 1

ParseArgPrefixFunction · 0.85

Tested by

no test coverage detected