mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-03 22:38:41 +02:00
grammar 👍
This commit is contained in:
parent
a0b68491ba
commit
d30d5a8884
@ -23,7 +23,7 @@ int vec_push(struct Vector*, void* item);
|
|||||||
void vec_free(struct Vector*);
|
void vec_free(struct Vector*);
|
||||||
void vec_clear(struct Vector*);
|
void vec_clear(struct Vector*);
|
||||||
void vec_reset(struct Vector*);
|
void vec_reset(struct Vector*);
|
||||||
void* vec_pop(struct Vector*); // wont free it, nor shrink vec list space
|
void* vec_pop(struct Vector*); // won't free it, nor shrink vec list space
|
||||||
void* vec_get(struct Vector*, uint32_t index);
|
void* vec_get(struct Vector*, uint32_t index);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user