Learn C Language Project
what-is-the-fundamental-difference-between-source-and-header-files-in-c
example 1
gcc copy.c delete.c extension.c list.c your_app.c -o you_app
example 2
gcc struct_learn/book.c helloWorld.c -o helloWorld.exe
example 3 write a makefile, then run
make
- The C Programming Language(Second Edition)