mirror of
https://gitlab.com/klmp200/LO41.git
synced 2025-07-11 12:19:25 +00:00
Fonction contains, j'ai pas testé lol
This commit is contained in:
@ -29,6 +29,7 @@ struct o_List {
|
||||
PUBLIC void* (*get_element_data)(_THIS(List), int index);
|
||||
|
||||
PUBLIC int (*get_size)(_THIS(List));
|
||||
PUBLIC int (*contains)(_THIS(List), void * data_to_find, int (*compare)(void *, void *));
|
||||
|
||||
PUBLIC void (*set_custom_free)(_THIS(List), void (*custom_free)(void *));
|
||||
PUBLIC void (*insert_inside)(_THIS(List), void * data, size_t data_size, int index);
|
||||
|
Reference in New Issue
Block a user