shithub: npe

Download patch

ref: a93739a92b9ecfd3b2e98da41b78f5fa441b2583
parent: 71a869fd8aa327c6c1f85fa6b7dfa70057709066
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Sun Jun 20 07:05:52 EDT 2021

stdint.h: add (u)intmax_t

--- a/include/npe/stdint.h
+++ b/include/npe/stdint.h
@@ -16,4 +16,7 @@
 typedef intptr intptr_t;
 typedef uintptr uintptr_t;
 
+typedef vlong intmax_t;
+typedef uvlong uintmax_t;
+
 #endif