remove stdout/stderr calls
[compress.git] / fprintf.h
... / ...
CommitLineData
1#ifndef __FPRINTF_H__
2#define __FPRINTF_H__
3
4int fdprintf (int fd, const char *fmt, ...);
5
6#endif /* __FPRINTF_H__ */
7
8/* vim: set ts=4 sw=4 et */