DOKK / manpages / debian 10 / libowfat-dev / openreadclose.3.en
openreadclose(3) Library Functions Manual openreadclose(3)

openreadclose - read a whole file into a stralloc

#include <openreadclose.h>

ssize_t openreadclose(const char *filename,
stralloc* sa,size_t bufsize);

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.

open_read(3), readclose(3)