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 information on this web page is distributed under the MIT license.
f77split, a C code which splits a file containing multiple Fortran77 routines into separate files;