GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > ZLIB / V2-1-0
Constituent: zcompress     Tag: sun-gcc
#include "stdio.h"#include "stdlib.h"#include "unistd.h"#include "fcntl.h"#include "sys/types.h"#include "sys/stat.h"#include "ZLIB/ZLIB_file_compress.h"#include "ZLIB/zcompress.h"#include "MSG/MSG_pubdefs.h"#include "MSG/MSG_printProc.h"#include "PBS/TASK.h"Include dependency graph for zcompress.c:

Defines | |
| #define | ZLIB_BUF_SIZE 0x8000 |
Functions | |
| int | zcompress (const char *inName, const char *outName) |
| int | main (int argc, char **argv) |
|
|
The size in bytes of ZLIB data buffers. |
|
||||||||||||
|
The UNIX application entry point.
|
Here is the call graph for this function:

|
||||||||||||
|
The VxWorks entry point. Encodes the input data and writes out the encoded data.
|
Here is the call graph for this function:

1.3.3