aboutsummaryrefslogtreecommitdiff
path: root/src/list.h
AgeCommit message (Collapse)Author
2023-03-13Change data return in clist_iterator_nextAlessandro Iezzi
We want only data and not the node structure.
2023-03-13Change the sign of clist_iterator_has_nextAlessandro Iezzi
We don't need the pointer passed as argument.
2023-03-13Remove size_of from clist_addAlessandro Iezzi
We don't need the size of data, just calculate it from the pointer passed by.
2023-03-07Change license from AGPL v3 to LGPL v3Alessandro Iezzi
2022-11-30Add versionv0.0.0Alessandro Iezzi
2022-11-30Rename iterator_next() to clist_iterator_next()Alessandro Iezzi
2022-11-30Add test folderAlessandro Iezzi
2022-11-30Move list.hAlessandro Iezzi
2020-01-10refactoring code with correct naming conventionAlessandro
2020-01-09added List_AddAll and List_Removeaindros
2020-01-09first version, missing some methodsaindros
2020-01-08srcaindros