|
|
Block data subprograms with no names get names of the form blkdtaNNN.f, where NNN is three digits and a file of this name does not already exist.
Main programs with no names get names of the form mainNNN.f .
If there is an error in classifying a program unit, or if name.f already exists, the program unit will be put in a file of the form zzzNNN.f where zzzNNN.f does not already exist.
Normally each subprogram unit is split into a separate file. For example:
fsplit prog.f
will split each subprogram unit is split into a separate file.
When the -e option is used, only the specified subprogram units are split into separate files. For example:
fsplit -e readit -e doit prog.f
will split
readit
and
doit
into separate files.
It is hard to use -e for unnamed main programs and block data subprograms since you must predict the created file name.
|
|
Created by unroff & hp-tools. © by Hans-Peter Bischof. All Rights Reserved (1997).
Last modified 21/April/97