Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
fitblk.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include "zlib.h"
Include dependency graph for fitblk.c:

Go to the source code of this file.

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

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

Macro Definition Documentation

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

Definition at line 123 of file fitblk.c.

#define local   static

Definition at line 59 of file fitblk.c.

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

Definition at line 124 of file fitblk.c.

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

Definition at line 68 of file fitblk.c.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 127 of file fitblk.c.

static int partcompress ( FILE *  in,
z_streamp  def 
)
static

Definition at line 73 of file fitblk.c.

static void quit ( char *  why)
static

Definition at line 62 of file fitblk.c.

static int recompress ( z_streamp  inf,
z_streamp  def 
)
static

Definition at line 96 of file fitblk.c.