a wrapper around strings
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#ifndef LIST_H
|
||||
#define LIST_H
|
||||
|
||||
/*
|
||||
* What is this?
|
||||
*
|
||||
@@ -34,3 +37,5 @@ void listRemoveAt(list_t* l, int index);
|
||||
void listSetAt(list_t* l, int index, dataType_e type, void* element);
|
||||
|
||||
void* listGetAt(list_t* l, int index);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user