OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libiberty/] [vfprintf.c] - Blame information for rev 736

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 736 jeremybenn
/* Provide a version vfprintf in terms of _doprnt.
2
   By Kaveh Ghazi  (ghazi@caip.rutgers.edu)  3/29/98
3
   Copyright (C) 1998 Free Software Foundation, Inc.
4
 */
5
 
6
#include "ansidecl.h"
7
#include <stdarg.h>
8
#include <stdio.h>
9
#undef vfprintf
10
 
11
int
12
vfprintf (FILE *stream, const char *format, va_list ap)
13
{
14
  return _doprnt (format, ap, stream);
15
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.