filesize.h 107 B

1234567
  1. #ifndef VSF_FILESIZE_H
  2. #define VSF_FILESIZE_H
  3. typedef long long filesize_t;
  4. #endif /* VSF_FILESIZE_H */