Share via


Uppercase and Lowercase

ANSI 3.1.2   Whether case distinctions are significant

Microsoft C treats identifiers within a compilation unit as case sensitive.

The Microsoft linker is case sensitive. You must specify all identifiers consistently according to case.

See Also

Concepts

Behavior of Identifiers