GCC for C 热热身

suffix

.a  Static object library (archive).
.c  C source code that is to be preprocessed.
.h  C source code header file.
.i  C source code that is not to be preprocessed. This type of file is
    produced as an intermediate step in compilation.
.o  An object file in a format appropriate to be supplied to the linker.
    This type of file is produced as an intermediate step in compilation.
.s  Assembly language code. This type of file is produced as an
    intermediate step in compilation.
.so Shared object library.

posted on   张大大123  阅读(81)  评论(0编辑  收藏  举报

导航

< 2005年10月 >
25 26 27 28 29 30 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示