BSD 2 development
[unix-history] / man / libNS.u
CommitLineData
3c3eeb1b
KS
1.TH LIBNS UCB 4/8/79 UCB
2.SH NAME
3libNS \- modified standard i/o library allowing concurrent read/write to a stream
4.SH SYNOPSIS
5.B #include <nstdio.h>
6.br
7\fBcc ... \-lNS\fR
8.SH DESCRIPTION
9This is a modified standard i/o library which allows you to open files ``rw''
10or ``ra'', and to then both read and write the resultant streams.
11.SH SEE ALSO
12fopen(UCB), getc(UCB)
13.SH AUTHOR
14Modifications by Keith Sklower
15.SH BUGS