Skip to main content
. 2020 Dec 2;11(12):1075. doi: 10.3390/mi11121075
Struct KeyNode {
char *Key[];
void *Value_pointer[];//address of value in NVM chips
struct KeyNode *next;//point to the next KeyNode
}