[update][util] update vlibc

This commit is contained in:
jzlv 2022-11-23 18:48:03 +08:00
parent eef2ce183c
commit 21529d6a79
5 changed files with 74 additions and 86 deletions

View file

@ -3,10 +3,7 @@
struct bflb_device_s *console = NULL;
int puts(const char *fmt) __attribute__((alias("bflb_printf")));
int printf(const char *fmt, ...) __attribute__((alias("bflb_printf")));
int bflb_printf(const char *fmt, ...)
int printf(const char *fmt, ...)
{
char print_buf[128];
uint32_t len;