libowfat/open/readclose.3

15 lines
501 B
Groff
Raw Normal View History

2002-09-16 23:49:15 +00:00
.TH readclose 3
.SH NAME
readclose \- read a whole file into a stralloc
.SH SYNTAX
.B #include <libowfat/readclose.h>
2002-09-16 23:49:15 +00:00
2006-11-07 17:56:05 +00:00
int \fBreadclose\fP(int fd,stralloc* \fIsa\fR,size_t \fIbufsize\fR);
2002-09-16 23:49:15 +00:00
.SH DESCRIPTION
readclose reads the
whole content into the stralloc \fIsa\fR. The file is read in chunks of
\fIbufsize\fR bytes size. If everything worked fine, readclose returns
0. On error, readclose returns -1 and sets errno appropriately.
.SH "SEE ALSO"
open_read(3), openreadclose(3), readclose_append(3)