previous | start | next

Compile main.c and sumFirst.c

Compile main.c and sumFirst.c to get an executable file main:

$ gcc main.c sumFirst.c -o main 
     


previous | start | next