Removed thumb-pe target.
[official-gcc.git] / libf2c / libI77 / wsne.c
blob0febd52634fd690eacb6c1ca9ee44206cb1445d9
1 #include "f2c.h"
2 #include "fio.h"
3 #include "lio.h"
5 integer
6 #ifdef KR_headers
7 s_wsne(a) cilist *a;
8 #else
9 s_wsne(cilist *a)
10 #endif
12 int n;
14 if(n=c_le(a))
15 return(n);
16 f__reading=0;
17 f__external=1;
18 f__formatted=1;
19 f__putn = t_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();