Read content into a buffer
char *Ns_ConnGets( char *buf, size_t sz, Ns_Conn *conn );
The Ns_ConnGets function reads sz bytes from the connection into the buffer specified by buf. Ns_ConnGets returns buf or, in the case of a read error, NULL.
sz
buf
Top of Page
Copyright © 1996 America Online, Inc.