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

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