MCPcopy Create free account
hub / github.com/ClassicOldSong/Apollo / print_help

Function print_help

tools/audio.cpp:232–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230} // namespace audio
231
232void print_help() {
233 std::cout
234 << "==== Help ===="sv << std::endl
235 << "Usage:"sv << std::endl
236 << " audio-info [Active|Disabled|Unplugged|Not-Present]" << std::endl;
237}
238
239int main(int argc, char *argv[]) {
240 CoInitializeEx(nullptr, COINIT_MULTITHREADED | COINIT_SPEED_OVER_MEMORY);

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected