Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-17 | Divide in two functions the clist_add | ||
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-10 | Add data size when adding new items to the list | ||
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-10 | Remove version.h | ||
2023-05-10 | Change the name of define in utils.h | ||
2023-05-10 | Rename list.h to utils.h | ||