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

Name

Description

c

The character to test.

Created with MrDocs