Our build scripts run f2c over several thousand subroutines and functions, so our build output consists of large amounts of output like:
a102:
a200:
a210:
acalc:
actdis:
addvec:
adhydr:
alsun:
We are running f2c version 20100827.
The f2c command line used is:
f2c -Nx5000 -Nn3200 -NL1500 -a -R -ec -doutput
I've found the f2c man page and can't see any relevant options there.
Without editing the f2c source code, is there some other way, e.g. some undocumented feature?