@@ -0,0 +1,6 @@
+#pragma once
+
+#include "stdint.h"
+typedef uint32_t ptr_t;
+typedef int32_t diff_t;
@@ -0,0 +1,4 @@
+#include "size.h"