mirror of
https://github.com/facebook/zstd.git
synced 2025-07-14 19:41:06 +03:00
Add raw seek table construction API and parallel compression example
This commit is contained in:
@ -95,8 +95,6 @@ static void fseek_orDie(FILE* file, long int offset, int origin) {
|
||||
exit(7);
|
||||
}
|
||||
|
||||
static const char* filename;
|
||||
|
||||
struct sum_job {
|
||||
const char* fname;
|
||||
unsigned long long sum;
|
||||
|
Reference in New Issue
Block a user