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