@@ -1,3 +1,6 @@
#ifndef MINIMALINT_H
#define MINIMALINT_H
#if defined(__x86_64__) || defined(__aarch64__)
#define __WORDSIZE 64
#elif defined(__mips__)
@@ -55,3 +58,4 @@ typedef uint32_t uintptr_t;
//TODO:
//#ifdef __SIZEOF_SIZE_T__
#endif // !MINIMALINT_H
The note is not visible to the blocked user.