printf update
This commit is contained in:
@@ -7,10 +7,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void vx_prints(const char * str);
|
||||
void vx_printx(unsigned value);
|
||||
void vx_printv(const char * str, unsigned value);
|
||||
|
||||
int vx_vprintf(const char* format, va_list va);
|
||||
int vx_printf(const char * format, ...);
|
||||
int vx_putchar(int c);
|
||||
|
||||
Reference in New Issue
Block a user