This commit is contained in:
2025-11-07 19:19:17 -06:00
parent 1ce1fdff8d
commit 12c1fb6000
11 changed files with 149 additions and 3 deletions

View File

@@ -74,7 +74,7 @@ int32_t stringFormatVA(
char_t *dest,
const size_t destSize,
const char_t *format,
const va_list args
va_list args
) {
assertNotNull(format, "format must not be NULL");

View File

@@ -97,7 +97,7 @@ int32_t stringFormatVA(
char_t *dest,
const size_t destSize,
const char_t *format,
const va_list args
va_list args
);
/**