wmaker-eukara/dockapps/wmweather+/diff.h

6 lines
185 B
C
Raw Normal View History

2022-06-09 08:56:44 -07:00
/* 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);