2 Proprietary Rand Corporation
, 1981.
3 Further distribution of
this software
4 subject to the terms of the Rand
15 register char *c1
, *c2
;
16 char b1
[512], b2
[512];
19 while((n1
= read(fd1
, b1
, 512)) >= 0 &&
20 (n2
= read(fd2
, b2
, 512)) >= 0 &&
24 for(i
= n1
< 512? n1
: 512; i
--; )
34 VOID
lseek(fd1
, 0l, 0);
35 VOID
lseek(fd2
, 0l, 0);