runningwater 308c5fdd6a first commit 4 år sedan
..
README 308c5fdd6a first commit 4 år sedan
TODO 308c5fdd6a first commit 4 år sedan
buffers.c 308c5fdd6a first commit 4 år sedan
cliopen.c 308c5fdd6a first commit 4 år sedan
crlf.c 308c5fdd6a first commit 4 år sedan
error.c 308c5fdd6a first commit 4 år sedan
loop.c 308c5fdd6a first commit 4 år sedan
looptcp.c 308c5fdd6a first commit 4 år sedan
loopudp.c 308c5fdd6a first commit 4 år sedan
main.c 308c5fdd6a first commit 4 år sedan
multicast.c 308c5fdd6a first commit 4 år sedan
ourhdr.h 308c5fdd6a first commit 4 år sedan
pattern.c 308c5fdd6a first commit 4 år sedan
servopen.c 308c5fdd6a first commit 4 år sedan
sinktcp.c 308c5fdd6a first commit 4 år sedan
sinkudp.c 308c5fdd6a first commit 4 år sedan
sleepus.c 308c5fdd6a first commit 4 år sedan
sock.h 308c5fdd6a first commit 4 år sedan
sock.in 308c5fdd6a first commit 4 år sedan
sockopts.c 308c5fdd6a first commit 4 år sedan
sourceroute.c 308c5fdd6a first commit 4 år sedan
sourcesink.c 308c5fdd6a first commit 4 år sedan
sourcetcp.c 308c5fdd6a first commit 4 år sedan
sourceudp.c 308c5fdd6a first commit 4 år sedan
strerror.c 308c5fdd6a first commit 4 år sedan
tellwait.c 308c5fdd6a first commit 4 år sedan
write.c 308c5fdd6a first commit 4 år sedan
writen.c 308c5fdd6a first commit 4 år sedan

README

The source files in this directory are all copyrighted (c) 1993 by
W. Richard Stevens.

This source files in this directory assume tab stops every 4 positions,
not every 8 (the default). Just ":set tabstop=4" in vi, for example.

If your system doesn't define the POSIX.1 ssize_t data type, then
delete the appropriate #ifdef/#endif lines at the beginning of "ourhdr.h".

If your system's doesn't define the variables for getopt(),
then delete the appropriate #ifdef/#endif lines at the beginning of "ourhdr.h".

If your system doesn't support send() and recv() (e.g., OSF/1) then
delete the appropriate #ifdef/#endif lines at the beginning of "ourhdr.h".