From 3d2334348cd0a5772a184dfe02197350103355da Mon Sep 17 00:00:00 2001 From: Ian Piumarta Date: Wed, 29 Jan 2025 16:09:09 +0900 Subject: [PATCH] add typedef of intptr_t --- include/stdint.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 include/stdint.h diff --git a/include/stdint.h b/include/stdint.h new file mode 100644 index 0000000..125da7f --- /dev/null +++ b/include/stdint.h @@ -0,0 +1 @@ +typedef long intptr_t;