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

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