New upstream version 4.18.0

This commit is contained in:
Chris Hofstaedtler
2025-08-26 22:55:14 +02:00
parent a9c3448878
commit 9d5ab87d61
580 changed files with 25692 additions and 19474 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
#define SNPRINTF(s, fmt, ...) \
( \
snprintf_(s, NITEMS(s), fmt __VA_OPT__(,) __VA_ARGS__) \
snprintf_(s, countof(s), fmt __VA_OPT__(,) __VA_ARGS__) \
)