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.