Hello,
gcc 4.4.2 c89
I have a file called main.c.
I want the result of the pre-comiler and save it to a text file.
I have done the following which creates a text file, but there is nothing in it. It is zero bytes.
gcc -E main.c | > main.txt
Many thanks for any suggestions,