gcc -c -o main.o main.c gcc -c -o function.o function.c gcc -o prog function.o main.o