This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Copyright (C) 2001-2020 Artifex Software, Inc. | |
All Rights Reserved. | |
This software is provided AS-IS with no warranty, either express or | |
implied. | |
This software is distributed under license and may not be copied, | |
modified or distributed except as expressly authorized under the terms | |
of the license contained in the file LICENSE in this distribution. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef __COMPRESS_H__ | |
#define __COMPRESS_H__ | |
#include "iapi.h" | |
#include <string> | |
#include <cstring> | |
#include <iostream> | |
#include <errno.h> | |
static int GSDLLCALL gs_stdout |
NewerOlder