filedim.icn: Procedure to compute file dimensions

link filedim
April 30, 1993; Ralph E. Griswold
This file is in the public domain.

filedim(s, p) computes the number of rows and maximum column width
of the file named s.  The procedure p, which defaults to detab, i
applied to each line.  For example, to have lines left as is, use

     filedim(s, 1)

Source code | Program Library Page | Icon Home Page