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

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