diffn.icn: Program to show differences among files

January 3, 1994; Robert J. Alexander
This file is in the public domain.
This program shows the differences between n files. Is is invoked as

     diffn file1 file2 ... filen
____________________________________________________________

Most of the work is done by an external procedure, dif().  This
program analyzes the command line arguments, sets up a call to
dif(), and displays the results.

Source code | Program Library Page | Icon Home Page