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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [orpmon/] [common/] [cprintf.c] - Diff between revs 810 and 828

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 810 Rev 828
Line 133... Line 133...
 * SUCH DAMAGE.
 * SUCH DAMAGE.
 */
 */
 
 
#define INTEGER_ONLY
#define INTEGER_ONLY
#define _HAVE_STDC_
#define _HAVE_STDC_
 
#define _NOLONGLONG
#define u_long unsigned long
#define u_long unsigned long
#define u_short unsigned short
#define u_short unsigned short
#define u_int unsigned int
#define u_int unsigned int
#define _uquad_t u_long
#define _uquad_t u_long
#define _POINTER_INT int
#define _POINTER_INT int
Line 146... Line 147...
#include "common.h"
#include "common.h"
#include "support.h"
#include "support.h"
 
 
#if defined(LIBC_SCCS) && !defined(lint)
#if defined(LIBC_SCCS) && !defined(lint)
/*static char *sccsid = "from: @(#)vfprintf.c   5.50 (Berkeley) 12/16/92";*/
/*static char *sccsid = "from: @(#)vfprintf.c   5.50 (Berkeley) 12/16/92";*/
static char *rcsid = "$Id: cprintf.c,v 1.1.1.1 2002-04-11 10:47:29 simons Exp $";
static char *rcsid = "$Id: cprintf.c,v 1.2 2002-04-19 11:08:25 markom Exp $";
#endif /* LIBC_SCCS and not lint */
#endif /* LIBC_SCCS and not lint */
 
 
/*
/*
 * Actual printf innards.
 * Actual printf innards.
 *
 *

powered by: WebSVN 2.1.0

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