Skip to content

remove leading underscore in log module variable name #18328

@david-vankampen

Description

@david-vankampen

static const char * const _ansi_codes[] =

per ISO/IEC 9899, Section 7.1.3,
image
variables that begin with a single underscore and a lower case letter are reserved by the language for file scope use.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions