mirror of
https://codeberg.org/scip/twenty4.git
synced 2025-12-16 19:40:57 +01:00
+niceties
This commit is contained in:
@@ -192,13 +192,6 @@ void analyze(char *infile) {
|
||||
red = 100 - dist;
|
||||
zrate = zsize > in->len ? 0 : 100 - (zsize / (in->len / 100));
|
||||
|
||||
/*
|
||||
File size: 10240000 bytes
|
||||
Char distribution: 100.000000%
|
||||
Char redundancy: 0.000000%
|
||||
Char entropy: 7.999982 bits/char
|
||||
Compression rate: 0.000000% (10240000 => 10243131 bytes)
|
||||
*/
|
||||
fprintf(stdout,
|
||||
" File size: %ld bytes\n"
|
||||
" Char distribution (best: 100%%): %lf%%\n"
|
||||
|
||||
Reference in New Issue
Block a user