Practice Exercise #3

Write a C program that does a whitespace insensitive comparison of contents of two files. The program exits with code 0 if the files are identical, except possibly for differences in whitespace. It exits with code 1 if the files are different, ignoring whitespace. It exits with code 2 if any kind of error occurs. It never prints to stdout.

Details: