home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
UTILITY
/
DIR
/
FDF_1_01.ZIP
/
CMP.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1992-04-29
|
336 b
|
17 lines
/*
* cmp.h
*
* prototypes for cmp.c, file comparison and auxiliary memory allocation
* functions.
*
* Roy Bixler
* March 16, 1991
*/
/* cmp.c */
unsigned int alloc_file_buffers(char **buf1, char **buf2, long file_size);
int do_compare_files(int file1, int file2);
int compare_files(char *file1, char *file2);