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

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [gdb-5.0/] [libiberty/] [vfprintf.c] - Diff between revs 106 and 579

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 106 Rev 579
/* Provide a version vfprintf in terms of _doprnt.
/* Provide a version vfprintf in terms of _doprnt.
   By Kaveh Ghazi  (ghazi@caip.rutgers.edu)  3/29/98
   By Kaveh Ghazi  (ghazi@caip.rutgers.edu)  3/29/98
   Copyright (C) 1998 Free Software Foundation, Inc.
   Copyright (C) 1998 Free Software Foundation, Inc.
 */
 */
 
 
#ifdef __STDC__
#ifdef __STDC__
#include <stdarg.h>
#include <stdarg.h>
#else
#else
#include <varargs.h>
#include <varargs.h>
#endif
#endif
#include <stdio.h>
#include <stdio.h>
#undef vfprintf
#undef vfprintf
 
 
int
int
vfprintf (stream, format, ap)
vfprintf (stream, format, ap)
  FILE * stream;
  FILE * stream;
  const char * format;
  const char * format;
  va_list ap;
  va_list ap;
{
{
  return _doprnt (format, ap, stream);
  return _doprnt (format, ap, stream);
}
}
 
 

powered by: WebSVN 2.1.0

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