#ifndef M_GETFILESIZE_H
#define M_GETFILESIZE_H

#include <sys/types.h>
#include <unistd.h>

/* libowfat */
#include "open.h"

extern off_t getfilesize(const char *fn);

#endif

