bdk: utils: add vprintf

This commit is contained in:
CTCaer
2022-01-20 12:37:41 +02:00
parent 10e1f67dc5
commit 82f90fae28
2 changed files with 68 additions and 1 deletions

View File

@@ -20,5 +20,6 @@
#include <utils/types.h>
void s_printf(char *out_buf, const char *fmt, ...);
void s_vprintf(char *out_buf, const char *fmt, va_list ap);
#endif