Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

a script that compiles a C file but does not link

#!/bin/bash
gcc -c <filename>
 
PREVIOUS NEXT
Tagged: #script #compiles #C #file #link
ADD COMMENT
Topic
Name
5+4 =