File: filesize.h

package info (click to toggle)
vsftpd 3.0.5-0.5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,704 kB
  • sloc: ansic: 16,810; sh: 251; makefile: 49; python: 18
file content (7 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
#ifndef VSF_FILESIZE_H
#define VSF_FILESIZE_H

typedef long long filesize_t;

#endif /* VSF_FILESIZE_H */