repo.or.cz
/
dockapps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
wmauda: Fix compilation error
[dockapps.git]
/
wmweather+-2.12
/
diff.h
blob
e5ea5e01bfef228a434854efb88967223e4bb23e
1
/* Returns 0 if the files are identical
2
* 1 if they differ
3
* -1 if fopen or fstat fails, or if files are not both regular files
4
*/
5
int
diff
(
char
*
file1
,
char
*
file2
);