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