diff options
| author | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 | 
|---|---|---|
| committer | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 | 
| commit | a16f65c7d117419bd266c28a1901ef129a337569 (patch) | |
| tree | 2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /lib/libI77/wsne.c | |
| parent | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff) | |
Diffstat (limited to 'lib/libI77/wsne.c')
| -rw-r--r-- | lib/libI77/wsne.c | 28 | 
1 files changed, 28 insertions, 0 deletions
| diff --git a/lib/libI77/wsne.c b/lib/libI77/wsne.c new file mode 100644 index 000000000000..c3f06234d3c2 --- /dev/null +++ b/lib/libI77/wsne.c @@ -0,0 +1,28 @@ +#include "f2c.h" +#include "fio.h" +#include "lio.h" + + integer +#ifdef KR_headers +s_wsne(a) cilist *a; +#else +s_wsne(cilist *a) +#endif +{ +	int n; + +	if(!f__init) +		f_init(); +	if(n=c_le(a)) +		return(n); +	f__reading=0; +	f__external=1; +	f__formatted=1; +	f__putn = t_putc; +	L_len = LINE; +	f__donewrec = x_wSL; +	if(f__curunit->uwrt != 1 && f__nowwriting(f__curunit)) +		err(a->cierr, errno, "namelist output start"); +	x_wsne(a); +	return e_wsle(); +	} | 
