aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
AgeCommit message (Collapse)Author
2023-06-29Include stdlib.h in utils.hAlessandro Iezzi
2023-05-17Divide in two functions the clist_addAlessandro Iezzi
In some cases, I need to retrieve the original pointer in list_item. So, the clist_add() just adds the pointer to the list, and, clist_add_s() adds a copy of that pointer to the list.
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