Y
Hacker News
new
|
ask
|
show
|
jobs
by
BruceIV
4214 days ago
`gcc -E foo.c` will just run the pre-processor and print to stdout (including expanding all the `#include`s, so it's a bit verbose).