1: /* INOT fortran callable.    PLW 8/7/79.*/
   2: long int i_inot(x)
   3:     long int *x;
   4: {
   5:     return(~*x);
   6: }

Defined functions

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