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

Subversion Repositories amber

[/] [amber/] [trunk/] [sw/] [mini-libc/] [stdio.h] - Diff between revs 2 and 33

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

Rev 2 Rev 33
Line 46... Line 46...
/* =====  Printf Function Prototypes =================== */
/* =====  Printf Function Prototypes =================== */
int     printf      (const char *format, ...);
int     printf      (const char *format, ...);
int     sprintf     (char* dst, const char *format, ...);
int     sprintf     (char* dst, const char *format, ...);
int     print       (char** dst, const char *format, unsigned long *varg);
int     print       (char** dst, const char *format, unsigned long *varg);
int     prints      (char** dst, const char *string, int width, int pad);
int     prints      (char** dst, const char *string, int width, int pad);
int     printi      (char** dst, unsigned long i, int b, int sg, int width, int pad, int letbase);
int     printi      (char** dst, int i, int b, int sg, int width, int pad, int letbase);
 
 
 
 
/* =====  Memory Function Prototypes =================== */
/* =====  Memory Function Prototypes =================== */
void*   memcpy      (void *dest, const void *src, size_t count);
void*   memcpy      (void *dest, const void *src, size_t count);
 
 

powered by: WebSVN 2.1.0

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