From a672de27ad213fa0744810b33a39f49cb624fca3 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 14 Dec 1994 04:33:25 +0000 Subject: Initial revision --- exec/tailor.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 exec/tailor.h (limited to 'exec/tailor.h') diff --git a/exec/tailor.h b/exec/tailor.h new file mode 100644 index 00000000..d207af55 --- /dev/null +++ b/exec/tailor.h @@ -0,0 +1,14 @@ + +#ifndef get_char +# define get_char() get_byte() +#endif + +#ifndef put_char +# define put_char(c) put_byte(c) +#endif + +#include +#define fprintf(stream, fmt...) /* ignore useless error msgs */ ((void)0) + +void (*unzip_error) (const char *msg); +#define error(msg) (*unzip_error) (msg) -- cgit v1.2.3