Skip to content

Commit

Permalink
add PRIx64 for wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
xianjimli committed Mar 7, 2025
1 parent dcff568 commit 89c9332
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tkc/wasm_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ BEGIN_C_DECLS
#define PRIu32 "u"
#endif /*PRIu32*/

#ifndef PRIx64
#define PRIx64 "llx"
#endif/*PRIx64*/

#ifdef WITH_EASTL
#include <wchar.h>
#else
Expand Down

0 comments on commit 89c9332

Please sign in to comment.