mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-05 14:01:32 +00:00
4 lines
96 B
C
4 lines
96 B
C
#define _ALIGN(x) __attribute__ ((aligned(x)))
|
|
|
|
extern void debuglog_hex(void *data, int len);
|
|
|