make -p | fgrep -A2 '%: %.c'
or, more precisely,
make -p 2> /dev/null | grep -A2 '%: %\.c$'
and then
make -p | fgrep 'LINK.c ='
(In the make language a pattern rule in the form, say,
'%.o: %.c' says how to make any file stem.o
from another file stem.c).
main.c file into two: one
containing the errorfc function and another one containing
the main function; do the necessary modifications in the
makefile.
qagiu routine and your
favourite ODE routine (rkf45, for instance).