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

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".