# entry
## **Overview**
**Related Modules:**
[UTILS](utils.md)
**Description:**
Defines a hash table entry.
## **Summary**
## Data Fields
Variable Name
|
Description
|
key
|
char *
|
data
|
void *
|
## **Details**
## **Field Documentation**
## data
```
void* entry::data
```
**Description:**
Value of the entry
## key
```
char* entry::key
```
**Description:**
Key of the entry