(SYNC) Synchronisation with local latest modifications.

This commit is contained in:
William
2024-06-24 22:34:47 +08:00
parent 95a49ebefa
commit 69d827c38e
18 changed files with 607 additions and 407 deletions

View File

@@ -42,8 +42,8 @@ int Utils_LiteraliseInteger(long long int n, char *buff)
return literalising_len;
}
int Utils_DateTimeLiteralise(time_t t, char *buff)
int Utils_DateTimeLiteralise(time_t timer, char *buff,
const char *__restrict format)
{
return 0;
}