[#IsSwitchChar] = IsSwitchChar :mrdocs: Return true if the character introduces a command‐line switch. == Synopsis Declared in `<common/args.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsSwitchChar(char c); ---- == Return Value true if c is a recognized switch character for the platform. == Parameters [cols="1,4"] |=== | Name| Description | *c* | The character to test. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#