GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > ZFS / V0-0-1

Constituent: zinflate     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

zinflate.c File Reference

#include "stdio.h"
#include "stdlib.h"
#include "unistd.h"
#include "fcntl.h"
#include "sys/types.h"
#include "sys/stat.h"
#include "ZFS/ZLIB_file_inflate.h"
#include "ZFS/zinflate.h"
#include "MSG/MSG_pubdefs.h"
#include "MSG/MSG_printProc.h"
#include "PBS/TASK.h"

Include dependency graph for zinflate.c:


Defines

#define ZLIB_BUF_SIZE   0x4000

Functions

int zinflate (const char *inName, const char *outName)
int main (int argc, char **argv)

Detailed Description

A file de-compression utility using the zlib decoder.

Define Documentation

#define ZLIB_BUF_SIZE   0x4000
 

The size in bytes of ZLIB data buffers.


Function Documentation

int main int  argc,
char **  argv
 

The UNIX application entry point.

Parameters:
argc The number of command line arguments.
argv Pointers to the command line arguments.
Return values:
0 Success.
-1 Failure.

int zinflate const char *  inName,
const char *  outName
 

The VxWorks entry point. Decodes the input data and writes out the decoded data.

Parameters:
inName The name of the input file to inflate.
outName The name of the inflated output file.
Return values:
0 Success.
-1 Failure.


Generated on Sun Jun 14 02:42:49 2009 by  doxygen 1.4.4