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