|
Last change
on this file since 410 was 2, checked in by bird, 23 years ago |
|
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
|
File size:
412 bytes
|
| Rev | Line | |
|---|
| [2] | 1 | #include "f2c.h"
|
|---|
| 2 | #include "fio.h"
|
|---|
| 3 | #include "lio.h"
|
|---|
| 4 |
|
|---|
| 5 | integer
|
|---|
| 6 | #ifdef KR_headers
|
|---|
| 7 | s_wsne(a) cilist *a;
|
|---|
| 8 | #else
|
|---|
| 9 | s_wsne(cilist *a)
|
|---|
| 10 | #endif
|
|---|
| 11 | {
|
|---|
| 12 | int n;
|
|---|
| 13 |
|
|---|
| 14 | if(n=c_le(a))
|
|---|
| 15 | return(n);
|
|---|
| 16 | f__reading=0;
|
|---|
| 17 | f__external=1;
|
|---|
| 18 | f__formatted=1;
|
|---|
| 19 | f__putn = x_putc;
|
|---|
| 20 | L_len = LINE;
|
|---|
| 21 | f__donewrec = x_wSL;
|
|---|
| 22 | if(f__curunit->uwrt != 1 && f__nowwriting(f__curunit))
|
|---|
| 23 | err(a->cierr, errno, "namelist output start");
|
|---|
| 24 | x_wsne(a);
|
|---|
| 25 | return e_wsle();
|
|---|
| 26 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.