initial list.h commit
This commit is contained in:
+7
-1
@@ -51,4 +51,10 @@ vectorToString(vector_t* v); // convert the vector into a regular string
|
||||
void*
|
||||
vectorGetAt(vector_t* v, int index); // get an element at the given index
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
void _printVectorRecursive(vector_t* v, int depth);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user