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

Defined functions

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