package c code to libs

gcc -c func.c
ar rcs libfunc.a func.o
gcc -I. -L. main.c -lfunc

Search

    Table of Contents