Home > Article > Backend Development > What is the extension of c language files
The extension of the c language file is:
.h header file, mainly functions, structure declarations, constant definitions, etc.
.c source File, function definition
.dll dynamic link library
.lib static link library
.dsp, .dsw are all project files
.cpp is C source file
.so dynamic library file
.a static library file
The above is the detailed content of What is the extension of c language files. For more information, please follow other related articles on the PHP Chinese website!