MCPcopy Create free account
hub / github.com/BYVoid/OpenCC / wmain

Function wmain

src/tools/CommandLine.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38#if defined(_WIN32) && defined(_MSC_VER)
39int wmain() {
40 return opencc::tools::CommandLineMain(
41 opencc::tools::GetUtf8CommandLineArgs());
42}
43#elif defined(_WIN32)
44int main(int argc, char* argv[]) {
45 (void)argc;

Callers

nothing calls this directly

Calls 2

CommandLineMainFunction · 0.85
GetUtf8CommandLineArgsFunction · 0.85

Tested by

no test coverage detected