1
0

C: ensure uintmax_t type when printing

This commit is contained in:
パチュリー・ノーレッジ 2024-09-23 00:50:02 +03:00
parent 214abeb181
commit f2846228e1
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -393,7 +393,7 @@ main(void)
#endif #endif
, ,
_ANSI_CLEAR_STRING, _ANSI_CLEAR_STRING,
LOOP_END_MINUS_1 - time, (uintmax_t) (LOOP_END_MINUS_1 - time),
((long double) time * 100) / (long double) LOOP_END_MINUS_1 ((long double) time * 100) / (long double) LOOP_END_MINUS_1
#if SEQUENTIAL_MODE #if SEQUENTIAL_MODE
, (uintmax_t) seq + 1, (uintmax_t) MAX , (uintmax_t) seq + 1, (uintmax_t) MAX