shithub: npe

Download patch

ref: cbf06cb5d57dcf1c8fbe27090b9002479c47b92c
parent: 6b2baeae7807e8c45df4aacdc36d3b6434d87c98
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Thu May 27 05:27:02 EDT 2021

inttypes.h

--- /dev/null
+++ b/include/npe/inttypes.h
@@ -1,0 +1,10 @@
+#ifndef _npe_inttypes_h_
+#define _npe_inttypes_h_
+
+#include <stdint.h>
+
+#define CHAR_BIT 8
+
+#define PRIi64 "lld"
+
+#endif