В `info g77' сказано, что есть уитилта f2c: `f2c' also can help with calling Fortran from C, using its `-P' option to generate C prototypes appropriate for calling the Fortran.(1) If the Fortran code containing any routines to be called from C is in file `joe.f', use the command `f2c -P joe.f' to generate the file `joe.P' containing prototype information. `#include' this in the C which has to call the Fortran routines to make sure you get it right. Эта утилита где-нибудь есть?