READCLOSE(3) - Linux man page online | Library functions
Read a whole file into a stralloc.
Chapter
readclose(3) Library Functions Manual readclose(3)
readclose(3)
NAME
readclose - read a whole file into a strallocSYNTAX
#include <readclose.h> int readclose(int fd,stralloc* sa,size_t bufsize);DESCRIPTION
readclose reads the whole content into the stralloc sa. The file is read in chunks of bufsize bytes size. If everything worked fine, readclose returns 0. On error, readclose returns -1 and sets errno appropriately.SEE ALSO
open_read(3), openreadclose(3), readclose_append(3)This manual | Reference | Other manuals |
---|---|---|
readclose(3) | referred by | openreadclose(3) | readclose_append(3) |
refer to | open_read(3) | openreadclose(3) | readclose_append(3) |