mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +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);
|
|
|