debian man page for openreadclose

Query: openreadclose

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

openreadclose(3)					     Library Functions Manual						  openreadclose(3)

NAME
openreadclose - read a whole file into a stralloc
SYNTAX
#include <openreadclose.h> int openreadclose(const char *filename, stralloc* sa,size_t bufsize);
DESCRIPTION
openreadclose opens the file filename for reading and reads the whole content into the stralloc sa. The file is read in chunks of bufsize bytes size. If everything worked fine, openreadclose returns 1. If the file did not exist, openreadclose returns 0. On every other error, openreadclose returns -1 and sets errno appropriately.
SEE ALSO
open_read(3), readclose(3) openreadclose(3)
Related Man Pages
buffer_get_token_sa(3) - debian
buffer_get_new_token_sa_pred(3) - debian
stralloc(3) - debian
getzoneid(3c) - sunos
getzonenamebyid(3c) - sunos
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com