|
|
1.1 root 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(!f__init)
15: f_init();
16: if(n=c_le(a))
17: return(n);
18: f__reading=0;
19: f__external=1;
20: f__formatted=1;
21: f__putn = t_putc;
22: L_len = LINE;
23: f__donewrec = x_wSL;
24: if(f__curunit->uwrt != 1 && f__nowwriting(f__curunit))
25: err(a->cierr, errno, "namelist output start");
26: x_wsne(a);
27: return e_wsle();
28: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.