added stack datatype to std

This commit is contained in:
herbglitch 2024-02-08 02:48:08 -07:00
parent 61b7e89d63
commit 875b69c407
3 changed files with 9 additions and 5 deletions

View file

@ -107,4 +107,4 @@ void *ARC_Vector_Get(ARC_Vector *vector, uint32_t *index){
}
return vector->data[*index];
}
}