Audacity 3.2.0
Variables
CommandLineArgs Namespace Reference

Variables

UTILITY_API int argc
 A copy of argc; responsibility of application startup to assign it. More...
 
UTILITY_API const char *const * argv
 A copy of argv; responsibility of application startup to assign it. More...
 

Variable Documentation

◆ argc

int CommandLineArgs::argc
extern

A copy of argc; responsibility of application startup to assign it.

Definition at line 12 of file CommandLineArgs.cpp.

Referenced by AudacityApp::Initialize(), PluginHost::IsHostProcess(), main(), and AudacityApp::ParseCommandLine().

◆ argv

const char *const * CommandLineArgs::argv
extern