binana/profile/3.3.5a-windows-386/include/bc/util/offset.h

6 lines
129 B
C

#ifndef BC_UTIL_OFFSET_H
#define BC_UTIL_OFFSET_H
#define BC_OFFSET_INTO(C, T) typedef uintptr_t offset_in_##C##_to_##T
#endif