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

7 lines
129 B
C
Raw Normal View History

2026-04-01 17:37:40 -04:00
#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