File: diff.h

package info (click to toggle)
wmweather%2B 2.11-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,124 kB
  • ctags: 589
  • sloc: ansic: 6,046; sh: 989; makefile: 75
file content (5 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (8)
1
2
3
4
5
/* 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);