change private function calls
[compress.git] / fprintf.h
CommitLineData
5f83300c
LM
1#ifndef __FPRINTF_H__
2#define __FPRINTF_H__
3
4#include <stddef.h>
5#include <stdio.h>
6
5e0c5bc8 7size_t myfprintf (FILE *fid, const char *fmt, ...);
5f83300c
LM
8
9#endif /* __FPRINTF_H__ */
10
11/* vim: set ts=4 sw=4 et */