#ifndef __COMPILER_H__ #define __COMPILER_H__ typedef unsigned long uint64_t; typedef unsigned long uintptr_t; typedef unsigned long size_t; typedef struct { unsigned int value; } atomic_t; #endif // __COMPILER_H__