1: /* IAND fortran callable.    PLW 8/5/79.*/
   2: long int i_iand(x,y)
   3:         long int *x,*y;
   4: {
   5:     return(*x & *y);
   6: }

Defined functions

i_iand defined in line 2; never used
Last modified: 1981-07-10
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 287
Valid CSS Valid XHTML 1.0 Strict