Share via


/TcFilename, /TC - Specify C Source File

This option specifies that Filename is a C source file, even if it does not have the extension .c. The space between the option and the Filename argument is optional.

/TC is a global variant of /Tc that specifies all files named on the command line should be treated as C source files, without regard to location on the command line in relation to the option.

If this option does not appear, the compiler assumes that files with the .c extension are C source files; files with the .cpp or the .cxx extension are C++ source files.

If you need to specify more than one source file with an extension other than the default (.c, .cpp), you must specify each file with the appropriate command-line option (/Tc or /Tp).

See Also

About Microprocessor Compilers | ARM Guide | Hitachi Guide | MIPS Guide

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.