MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / StringVector_addFromString

Function StringVector_addFromString

Tools/ToolsBootstrap.c:1052–1061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1050 if (ci->toolsCpp) free(ci->toolsCpp);
1051 if (ci->toolH) free(ci->toolH);
1052 if (ci->toolExe) free(ci->toolExe);
1053 if (ci->toolsDepFile) free(ci->toolsDepFile);
1054 if (ci->toolDepFile) free(ci->toolDepFile);
1055}
1056
1057// getArgv functions
1058char** getArgv(int* out_argc, char** argv, int real_argc) {
1059#ifdef _WIN32
1060 // Set console output to UTF-8 to properly display Unicode
1061 SetConsoleOutputCP(CP_UTF8);
1062 SetConsoleCP(CP_UTF8);
1063
1064 LPWSTR* wargv = CommandLineToArgvW(GetCommandLineW(), out_argc);

Callers

nothing calls this directly

Calls 1

StringVector_addFunction · 0.85

Tested by

no test coverage detected