#ifndef FORMAT_OUTPUT_INCLUDED
#define FORMAT_OUTPUT_INCLUDED

extern int (*FormatOutput)(const char *, ...);

#endif  /* FORMAT_OUTPIT_INCLUDED */
