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

0

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>
Posted by: Guest on April-04-2022

Code answers related to "a script that runs a C file through the preprocessor and save the result into another file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language