2BSD/man/libNS.u

.TH LIBNS UCB 4/8/79 UCB
.SH NAME
libNS \- modified standard i/o library allowing concurrent read/write to a stream
.SH SYNOPSIS
.B #include <nstdio.h>
.br
\fBcc ... \-lNS\fR
.SH DESCRIPTION
This is a modified standard i/o library which allows you to open files ``rw''
or ``ra'', and to then both read and write the resultant streams.
.SH SEE ALSO
fopen(UCB), getc(UCB)
.SH AUTHOR
Modifications by Keith Sklower
.SH BUGS