Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
fitblk_original.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include "zlib.h"

Macros

#define local   static
 
#define RAWLEN   4096 /* intermediate uncompressed buffer size */
 
#define EXCESS   256 /* empirically determined stream overage */
 
#define MARGIN   8 /* amount to back off for completion */
 

Functions

local void quit (char *why)
 
local int partcompress (FILE *in, z_streamp def)
 
local int recompress (z_streamp inf, z_streamp def)
 
int main (int argc, char **argv)
 

Macro Definition Documentation

◆ EXCESS

#define EXCESS   256 /* empirically determined stream overage */

◆ local

#define local   static

◆ MARGIN

#define MARGIN   8 /* amount to back off for completion */

◆ RAWLEN

#define RAWLEN   4096 /* intermediate uncompressed buffer size */

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

◆ partcompress()

local int partcompress ( FILE * in,
z_streamp def )

◆ quit()

local void quit ( char * why)

◆ recompress()

local int recompress ( z_streamp inf,
z_streamp def )