#ifdef STDDEF_H #define STDDEF_H typedef int64_t intptr_t; typedef int64_t ptrdiff_t; typedef uint16_t wchar_t; #define NULL ((void *)0) #endif