4 lines
62 B
C
4 lines
62 B
C
|
#pragma once
|
||
|
|
||
|
#define NODE_NAME(c) (*(char **)&(c)->node.key)
|