AUSAM/source/libS/fprintf.c

Compare this file to the similar file:
Show the results in this format:

#include	"stdio.h"

fprintf(iop, fmt, args)
struct _iobuf *iop;
char *fmt;
{
	_doprnt(fmt, &args, iop);
}