Node:File names, Next:Errors, Previous:The compiler, Up:Using a compiler
GCC uses the following file name conventions:
The file name endings, or file extensions, identify the contents of files to the compiler. For example, the .c suffix tells the compiler that the file contains C source code, and the other letters indicate other kinds of files in a similar way.
.c