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

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

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

/*VARARGS1*/
printf(fmt, args)
char *fmt;
{
	return(_doprnt(fmt, &args, stdout));
}