Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

a script that runs a C file through the preprocessor and save the result into another file

#!/bin/bash
gcc -E <filename.c> -o <filename>
 
PREVIOUS NEXT
Tagged: #script #runs #C #file #preprocessor #save #result #file
ADD COMMENT
Topic
Name
3+5 =