叮当小说网 找小说网 无限小说网 红尘小说网 幻想小说网 酷文学 深夜书屋

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 2005-10-07 12:23  麦哲思科技  阅读(98)  评论(0)    收藏  举报

导航