File: diff.h

package info (click to toggle)
wmweather%2B 2.15-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,100 kB
  • ctags: 579
  • sloc: ansic: 5,822; sh: 1,294; makefile: 42
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);