# entry - [Overview](#section730117591165636) - [Summary](#section1527661095165636) - [Data Fields](#pub-attribs) - [Details](#section1867980378165636) - [Field](#section1538358627165636) - [data](#ab28607f8560a9533b09effb5bdb99f5e) - [key](#a90fad543c99ac664b9ed3cfe1a6d3a13) ## **Overview** **Related Modules:** [UTILS](utils.md) **Description:** Defines a hash table entry. ## **Summary** ## Data Fields

Variable Name

Description

key

char *

data

void *

## **Details** ## **Field ** ## data ``` void* entry::data ``` **Description:** Value of the entry ## key ``` char* entry::key ``` **Description:** Key of the entry