h_ior X
1: /* IOR fortran callable. PLW 8/5/79.*/ 2: int h_ior(x,y) 3: int *x,*y; 4: { 5: return(*x | *y); 6: }