mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-04-27 19:13:52 +00:00
6 lines
129 B
C
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
|