#ifndef MY_GLOBAL_H #define MY_GLOBAL_H #include typedef uint64_t my_ulonglong; typedef int64_t longlong; #endif