Edit

Share via


Significant Characters with External Linkage

ANSI 3.1.2 The number of significant characters with external linkage

Identifiers declared extern in programs compiled with Microsoft C are significant to 247 characters. You can modify this default to a smaller number using the /H (restrict length of external names) option.

See also

Using extern to Specify Linkage