Revision c460940c0d38d512ef6dc4ba90e86de9013cd1a4 authored by Bill Joy on 21 April 1979, 08:44:49 UTC, committed by Bill Joy on 21 April 1979, 08:44:49 UTC
Work on file misc/fetchi.sys

Synthesized-from: 2bsd
1 parent 1dc6258
Raw File
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
back to top