Skip to content

Commit

Permalink
stdio_newlib: map vsnprintf to the integer only implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
perigoso committed Dec 13, 2024
1 parent bb553fe commit 6a90ad4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/include/stdio_newlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,9 @@
#endif
#define snprintf sniprintf

#ifdef vsnprintf
#undef vsnprintf
#endif
#define vsnprintf vsniprintf

#endif /* STDIO_NEWLIB_H */

0 comments on commit 6a90ad4

Please sign in to comment.