1 #ifndef LIBUTIL_LOADFILE_H
2 #define LIBUTIL_LOADFILE_H
6 /* loadfile() returns the true size of the file, but will guarantee valid,
7 zero-padded memory out to this boundary. */
8 #define LOADFILE_ZERO_PAD 64
10 int loadfile(const char *, void **, size_t *);