Delila Program: modlen

modlen program

Documentation for the modlen program is below, with links to related programs in the "see also" section.

{version = 1.37; (* of modlen 94 sep 5 *)}

(* begin module describe.modlen *)
(*
name
      modlen: determine module lengths

synopsis
      modlen(fin: in, fout: out, modlenp: in, output: out)

files
      fin: a text file containing modules
      fout: a list of the module names and their lengths
      modlenp: parameters to control modlen.
         if the file is empty, modlen gives a complete list of
         modules and their lengths to fout, and notes those
         longer than 'a certain number of lines' lines to output.
         otherwise the file is expected to contain two integers,
         each at the start of a line.  these are the shortest and
         longest lengths to print to output.
      output: messages to the user and modules with lengths
         determined by modlenp.

description
      the delila manual consists of module pages.  this tool allows
      you to find out if the pages will fit onto your printer.

see also
      module.p, show.p, break.p

author
      thomas d. schneider

bugs
      none known

technical notes
      'a certain number of lines' is set by the constant defshort.
*)
(* end module describe.modlen *)
{This manual page was created by makman 1.45}


{created by htmlink 1.62}