1
0
Fork
You've already forked sparseseek
0
Determine if a file is stored sparsely. Finds how much of a file is holes (sparse) and data. Compatible with recent versions of Linux, BSD, and Mac.
  • C 83.8%
  • Makefile 16.2%
2022年09月01日 06:02:41 +02:00
LICENSES Fix reuse lint errors 2022年09月01日 04:01:27 +02:00
.gitignore Fix reuse lint errors 2022年09月01日 04:01:27 +02:00
Makefile Add clang-tidy to make checks 2022年09月01日 06:02:41 +02:00
README.md Fix reuse lint errors 2022年09月01日 04:01:27 +02:00
sparseseek.c Free finfo after use 2022年09月01日 04:27:53 +02:00

sparseseek

Determine if a file is stored sparsely (sparse files). Finds how much of a file is holes (sparse) and data. Compatible with recent versions of Linux, BSD, and Mac.