f77split


f77split, a C code which reads a Fortran77 file and creates individual files for every blockdata, function, module, program, or subroutine in the file.

Usage:

f77split myprog.f
where

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

f77split is available in a C version.

Related Data and Programs:

f77split_test

catalog, a C++ code which reads a C, C++, Fortran77, Fortran90, MATLAB, Python, or R code and prints every line that begins with a special index tag. If the code has been marked up expecting this convention, a handy table of contents will be created.

f90split, a C code which reads a Fortran file and creates individual files for every blockdata, function, module, program, or subroutine in the file.

f90split, a Fortran90 program which reads a Fortran file and creates individual files for every blockdata, function, module, program, or subroutine in the file.

fsplit, reads a Fortran file and creates individual files for every function, program, or subroutine in the file, by Van Snyder.

htmlindex, a C++ program which reads a C, C++, Fortran77, or Fortran90 file and writes a skeleton HTML page describing it, assuming that each subroutine includes a '!!' or 'cc' description line.

include_files, a Fortran90 program which reads a Fortran program with INCLUDE statements, and makes a copy with the indicated files included.

Source Code:


Last revised on 18 June 2019.