Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 75 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 75 Bytes

SO

Compile $gcc -c lib.c $gcc program.c lib.o

Or

$gcc program.c lib.c