2.9BSD/usr/src/lib/libF77/h_iand.c
Compare this file to the similar file:
17: Net2/usr/src/contrib/isode/dsap/common/integer.c
Show the results in this format:
/* IAND fortran callable. PLW 8/5/79.*/ int h_iand(x,y) int *x,*y; { return(*x & *y); }