Restore console, server/client stuff.

This commit is contained in:
2025-04-21 08:23:58 -05:00
parent 697b5f7ee2
commit 4aaabb3882
22 changed files with 549 additions and 47 deletions

View File

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