I am trying to preprocessor a .h file and produce a new .h file with all of the # preproc derectives resolved. I used gcc -E file.c command and I always get thi
gcc -E file.c