X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=fprintf.h;fp=fprintf.h;h=0000000000000000000000000000000000000000;hb=46fb351f9a3a642879d8d0b1c45298e83b3c64c2;hp=8c2bb0bb2f81ad971c921be5098ba0473685e205;hpb=9771e10f35df33f1a42f4d9ffb4905e1078923e2;p=compress.git diff --git a/fprintf.h b/fprintf.h deleted file mode 100644 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 */