From b628aa859daa3d0587f0c54dffb0cfbbcc339e5a Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Tue, 7 Apr 2026 11:22:08 +0300 Subject: [PATCH] Update structures.h --- src/structures.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures.h b/src/structures.h index 11eb9ab..d31e2e1 100644 --- a/src/structures.h +++ b/src/structures.h @@ -16,7 +16,7 @@ #include #include #ifndef PRINTF_INT64_MODIFIER -#define PRINTF_INT64_MODIFIER "ll" +#define PRINTF_INT64_MODIFIER "PRIu64" #endif #ifdef __cplusplus extern "C" {