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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gdb/] [gdb-6.8/] [libiberty/] [vfprintf.c] - Blame information for rev 26

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 26 jlechner
/* 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.