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