xref: /original-bsd/usr.bin/f77/libI77/libI66.c (revision a95f03a8)
1 /*-
2  * Copyright (c) 1980 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * %sccs.include.proprietary.c%
6  */
7 
8 #ifndef lint
9 static char sccsid[] = "@(#)libI66.c	5.2 (Berkeley) 04/12/91";
10 #endif /* not lint */
11 
12 /*
13  * set flag to initialize fortran-66 mods
14  *
15  * usage: f77 ... -lI66 ...
16  */
17 
18 #include	"fiodefs.h"
19 
20 struct ioiflg	ioiflg_ = {
21 	 0,		/* open files at beginning */
22 	 1,		/* carriage control on all units */
23 	 1,		/* blanks are zero on input; 0 => 0.0 on output */
24 };
25