clean compress
[compress.git] / fprintf.h
diff --git a/fprintf.h b/fprintf.h
deleted file mode 100644 (file)
index 8c2bb0b..0000000
--- a/fprintf.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef __FPRINTF_H__
-#define __FPRINTF_H__
-
-int fdprintf (int fd, const char *fmt, ...);
-
-extern int _fdout;
-extern int _fderr;
-
-#define PRINTOUT(fmt...) fdprintf (_fdout, fmt)
-#define PRINTERR(fmt...) fdprintf (_fderr, fmt)
-
-#endif /* __FPRINTF_H__ */
-
-/* vim: set ts=4 sw=4 et */