#ifndef __ARCH_H__ #define __ARCH_H__ #include #include #define false 0 #define true 1 struct _Context { }; #endif