py/mpconfig: Introduce SIZE_FMT macro.

Signed-off-by: Jeff Epler <jepler@unpythonic.net>
This commit is contained in:
Jeff Epler
2025-09-30 15:56:35 -05:00
committed by Damien George
parent bb205f0931
commit ab00806025
3 changed files with 5 additions and 0 deletions

View File

@@ -49,3 +49,4 @@ typedef uint64_t mp_uint_t;
#define UINT_FMT "%llu"
#define INT_FMT "%lld"
#define HEX_FMT "%llx"
#define SIZE_FMT "%lu"