1: /*
   2:  * Copyright (c) 1980 Regents of the University of California.
   3:  * All rights reserved.  The Berkeley software License Agreement
   4:  * specifies the terms and conditions for redistribution.
   5:  *
   6:  *	@(#)libI66.c	5.1	6/7/85
   7:  */
   8: 
   9: /*
  10:  * set flag to initialize fortran-66 mods
  11:  *
  12:  * usage: f77 ... -lI66 ...
  13:  */
  14: 
  15: #include    "fiodefs.h"
  16: 
  17: struct ioiflg   ioiflg_ = {
  18:      0,     /* open files at beginning */
  19:      1,     /* carriage control on all units */
  20:      1,     /* blanks are zero on input; 0 => 0.0 on output */
  21: };

Defined variables

ioiflg_ defined in line 17; never used
Last modified: 1985-06-08
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 646
Valid CSS Valid XHTML 1.0 Strict