lang
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
@@ -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
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user