dockapps/wmweather+/diff.h
2012-02-12 22:50:31 +00:00

6 lines
185 B
C

/* Returns 0 if the files are identical
* 1 if they differ
* -1 if fopen or fstat fails, or if files are not both regular files
*/
int diff(char *file1, char *file2);