#include <exec/types.h>
#include <dos/dos.h>
#include <inline/dos.h>
/* LONG VFWritef( BPTR fh, STRPTR format, ... ); */
VOID FWritef(BPTR fh, STRPTR fmt, LONG tag1, ...)
{
	VFWritef(fh, fmt, (LONG *) &tag1);
}
