#include <stdio.h>
#include "zlib.h"
#include <string.h>
#include <stdlib.h>
Include dependency graph for gzprintf.c:
Go to the source code of this file.
Defines | |
#define | CHECK_ERR(err, msg) |
Functions | |
int | main (int argc, char *argv[]) |
int | main (int argc, argv) |
#define CHECK_ERR | ( | err, | |||
msg | ) |
Value:
{ \ if (err != Z_OK) { \ fprintf(stderr, "%s error: %d\n", msg, err); \ exit(1); \ } \ }
Definition at line 15 of file gzprintf.c.