OpenCores
URL https://opencores.org/ocsvn/an-fpga-implementation-of-low-latency-noc-based-mpsoc/an-fpga-implementation-of-low-latency-noc-based-mpsoc/trunk

Subversion Repositories an-fpga-implementation-of-low-latency-noc-based-mpsoc

[/] [an-fpga-implementation-of-low-latency-noc-based-mpsoc/] [trunk/] [mpsoc/] [src_processor/] [src_lib/] [simple-printf/] [printf.h] - Diff between revs 48 and 49

Show entire file | Details | Blame | View Log

Rev 48 Rev 49
Line 62... Line 62...
 
 
//#include "printf.c"
//#include "printf.c"
 
 
//int simple_printf (__const char *__restrict __format, ...);
//int simple_printf (__const char *__restrict __format, ...);
int simple_printf(char *fmt, ...);
int simple_printf(char *fmt, ...);
 
int simple_sprintf (char *str, char *fmt, ...);
int sprintf (char *str, __const char *__restrict __format, ...);
 
 
 
#define printf simple_printf
#define printf simple_printf
#define sprintf simple_sprintf
#define sprintf simple_sprintf
 
 
 
 
#endif /* __SIMPLE_PRINTF__ */
#endif /* __SIMPLE_PRINTF__ */
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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