made work: removeAtIndex(x);
This commit is contained in:
+2
-1
@@ -44,7 +44,8 @@ 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
|
||||
|
||||
|
||||
void
|
||||
vectorRemoveAt(vector_t* v, int index);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user