Update structures.h

This commit is contained in:
Vladimir Dubrovin 2026-04-07 11:22:08 +03:00
parent 7992fbf31e
commit b628aa859d

View File

@ -16,7 +16,7 @@
#include <sys/stat.h>
#include <stdint.h>
#ifndef PRINTF_INT64_MODIFIER
#define PRINTF_INT64_MODIFIER "ll"
#define PRINTF_INT64_MODIFIER "PRIu64"
#endif
#ifdef __cplusplus
extern "C" {