readclose_append(3) debian man page | unix.com

Man Page: readclose_append

Operating Environment: debian

Section: 3

readclose_append(3)					     Library Functions Manual					       readclose_append(3)

NAME
readclose_append - read a whole file into a stralloc
SYNTAX
#include <readclose.h> int readclose_append(int fd,stralloc* sa, size_t bufsize);
DESCRIPTION
readclose_append reads the whole content into the stralloc sa, appending it to the existing content. The file is read in chunks of bufsize bytes size. If everything worked fine, readclose_append returns 0. On error, readclose_append returns -1 and sets errno appropriately.
SEE ALSO
open_read(3), openreadclose(3), readclose(3) readclose_append(3)
Related Man Pages
ns_connread(3aolserv) - debian
ns_connreadline(3aolserv) - debian
buffer_get_new_token_sa_pred(3) - debian
buffer_get_token_sa_pred(3) - debian
getzoneid(3c) - sunos
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Introduction
Detecting unused variables...
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph