rockbox/lib/rbcodec/test/file.h
Michael Sevakis 5d31d3c3bc Fix last warning for Warble
Unused result warnings will have to be dealt with separately.

Change-Id: I00c45e28d4d43a5376745036e650ff8df576c2db
2014-08-30 01:50:22 -04:00

6 lines
101 B
C

#undef MAX_PATH
#define MAX_PATH 260
#include <unistd.h>
#include <fcntl.h>
off_t filesize(int fd);