aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
AgeCommit message (Collapse)Author
2023-05-10Add data size when adding new items to the listAlessandro Iezzi
When adding new data to the list, we need exactly how long is the data. So, it's programer responsibility to calculate the exact size of data to store.
2023-05-10Remove version.hAlessandro Iezzi
2023-05-10Change the name of define in utils.hAlessandro Iezzi
2023-05-10Rename list.h to utils.hAlessandro Iezzi