working on insert list
This commit is contained in:
parent
f8cc4c0a2b
commit
dad33e0587
|
@ -86,7 +86,9 @@ void TEMPLATE(add,LIST_NODE)(LIST_TYPE data, LIST_NODE* list){
|
|||
Insert List;
|
||||
Inserts an item at the given index, so that the item can be retreived with the get function at that index.
|
||||
*/
|
||||
void TEMPLATE(insert,LIST_NODE)(LIST_TYPE data, int index, LIST_NODE* list){
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
Get list item:
|
||||
|
|
Loading…
Reference in New Issue