AUSAM/source/libS/printf.c

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

#include	"stdio.h"

printf(fmt, args)
{
	_doprnt(fmt, &args, stdout);
}