gcc -Wall -g -c main.c gcc -Wall -g -c help.c
gcc -o demo main.o help.o -lm
This results in an executable called ``demo''.
demo
Return to lesson.