#ifndef OVM_BASE_H #define OVM_BASE_H #define L_GOFFSET_FORMAT G_GINT64_FORMAT #define L_GOFFSET_MODIFIER G_GINT64_MODIFIER #define CONST_STR_LEN(x) (x), sizeof(x) - 1 #define GSTR_LEN(x) (x) ? (x)->str : "", (x) ? (x)->len : 0 #define GSTR_SAFE_STR(x) ((x && x->str) ? x->str : "(null)") #define UNUSED(x) ((void)(x)) #include #include #include #include #include #include #include #include #include #include #include #include #endif