If a programmer removes stdio.h in source code that he compiles with icc, then how is
FILE *fid
fprintfid,"FREQ = ");
handled? we obviuosly want to print this into a file not to the screen, but by removing
stdio.h we cannot do it.
Again, theis works fine in gcc, not so fine in icc.
Any help appreciated.
Newport_j



