f77split_test, a C code which calls f77split() to read a FORTRAN77 source code, and writes each module to a separate file. A module is considered to be a FORTRAN BLOCKDATA, FUNCTION, MODULE, PROGRAM or SUBROUTINE.
The computer code and data files described and made available on this web page are distributed under the MIT license
f77split, a C code which splits a file containing multiple FORTRAN77 routines into separate files;