mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-04-29 11:43:51 +00:00
7 lines
129 B
C
7 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
|