I\'m trying to write a function which compares the content of two files.
I want it to return 1 if files are the same, and 0 if different.
ch1 an
ch1
When the files are binary, use memcmp not strcmp as \0 might appear as data.