readclose_append(3diet)

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)
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout