Table of Contents
fetchTCPbuf - read bytes from a socket
fetchTCPbuf reads
bytes from a socket until the number of bytes requested is reached.
This
function is part of libtcp.
int fetchTCPbuf(
int t,
char *buf,
int S
);
the socket to read from.
the buffer to place data in
the number
of chars to read before quitting.
the number of bytes read is returned
for success.
ERRconn is returned for problems.
libtcp(3tcp)
$Id:
fetchTCPbuf.3,v 1.1 2002/04/07 19:50:52 kitchen Exp $
Table of Contents