runningwater 308c5fdd6a first commit 4 năm trước cách đây
..
README 308c5fdd6a first commit 4 năm trước cách đây
TODO 308c5fdd6a first commit 4 năm trước cách đây
buffers.c 308c5fdd6a first commit 4 năm trước cách đây
cliopen.c 308c5fdd6a first commit 4 năm trước cách đây
crlf.c 308c5fdd6a first commit 4 năm trước cách đây
error.c 308c5fdd6a first commit 4 năm trước cách đây
loop.c 308c5fdd6a first commit 4 năm trước cách đây
looptcp.c 308c5fdd6a first commit 4 năm trước cách đây
loopudp.c 308c5fdd6a first commit 4 năm trước cách đây
main.c 308c5fdd6a first commit 4 năm trước cách đây
multicast.c 308c5fdd6a first commit 4 năm trước cách đây
ourhdr.h 308c5fdd6a first commit 4 năm trước cách đây
pattern.c 308c5fdd6a first commit 4 năm trước cách đây
servopen.c 308c5fdd6a first commit 4 năm trước cách đây
sinktcp.c 308c5fdd6a first commit 4 năm trước cách đây
sinkudp.c 308c5fdd6a first commit 4 năm trước cách đây
sleepus.c 308c5fdd6a first commit 4 năm trước cách đây
sock.h 308c5fdd6a first commit 4 năm trước cách đây
sock.in 308c5fdd6a first commit 4 năm trước cách đây
sockopts.c 308c5fdd6a first commit 4 năm trước cách đây
sourceroute.c 308c5fdd6a first commit 4 năm trước cách đây
sourcesink.c 308c5fdd6a first commit 4 năm trước cách đây
sourcetcp.c 308c5fdd6a first commit 4 năm trước cách đây
sourceudp.c 308c5fdd6a first commit 4 năm trước cách đây
strerror.c 308c5fdd6a first commit 4 năm trước cách đây
tellwait.c 308c5fdd6a first commit 4 năm trước cách đây
write.c 308c5fdd6a first commit 4 năm trước cách đây
writen.c 308c5fdd6a first commit 4 năm trước cách đây

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