printf update

This commit is contained in:
Blaise Tine 2021-06-28 01:48:21 -04:00
parent 3947fd513f
commit cb0459a960
6 changed files with 47 additions and 163 deletions

View file

@ -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);