Some improvements to the main().
[Rockbox-MoB.git] / helpers.h
blobdbed4ddce53aade6ef8bfbd453f316a64826c4fa
1 #ifndef _AUX_H_
2 #define _AUX_H_
4 #include <sys/types.h>
6 off_t filesize(int fd);
8 #endif