fix(newlib): include missed test for printf

This commit is contained in:
Alexey Lapshin
2025-03-25 22:15:32 +07:00
parent a45d713b03
commit 35531c6344
2 changed files with 3 additions and 0 deletions

View File

@@ -10,5 +10,7 @@
#include_next <stdio.h>
#if CONFIG_LIBC_PICOLIBC
void flockfile(FILE *);
void funlockfile(FILE *);
FILE *open_memstream(char **, size_t *);
#endif