SysIII/usr/src/lib/libc/vax/stdio/fprintf.c

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

/*LINTLIBRARY*/
#include	<stdio.h>

/*VARARGS2*/
fprintf(iop, fmt, args)
FILE *iop;
char *fmt;
{
	return(_doprnt(fmt, &args, iop));
}