IsSwitchChar

Return true if the character introduces a command-line switch.

Synopsis

Declared in <common/args.h>

bool
IsSwitchChar(char c);

Return Value

true if c is a recognized switch character for the platform.

Parameters

NameDescription
cThe character to test.