1#ifndef VSF_FILESIZE_H
2#define VSF_FILESIZE_H
3
4typedef long long filesize_t;
5
6#endif /* VSF_FILESIZE_H */
7
8