Function: sock_read Purpose: Reads data from an open file descriptor, usually a socket. Category: SYSTEM File: sockio.c Author: K.G. Begeman Call: int sock_read( int fd, void *data, int ndata ) sock_read returns 0, -1 on error fd open file descriptor data receives the data ndata number of bytes to read from fd Updates: Oct 29, 94: KGB, Document created.