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

Function CommandLine_init

Tools/ToolsBootstrap.c:1022–1025  ·  view source on GitHub ↗

CommandLine implementation

Source from the content-addressed store, hash-verified

1020 free(args->remainingArgs[i]);
1021 }
1022 free(args->remainingArgs);
1023 }
1024}
1025
1026// CompilationInfo functions
1027CompilationInfo CompilationInfo_init(BootloaderArgs* args) {
1028 CompilationInfo ci;

Callers 5

buildCompileCommandPOSIXFunction · 0.85
compilePOSIXFunction · 0.85
linkWindowsFunction · 0.85
executeToolFunction · 0.85

Calls 2

StringVector_initFunction · 0.85
CommandLine_argQuotedFunction · 0.85

Tested by

no test coverage detected