1: /* Fortran system call PLWard 3/20/80 */
   2: int system_(cmd,returns)
   3:      char cmd[];
   4:      int *returns;
   5: {
   6:      *returns = system(cmd);
   7: }

Defined functions

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