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