mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 12:02:50 -06:00
add gu_buf_insert in libgu
This commit is contained in:
@@ -102,6 +102,9 @@ gu_buf_trim_n(GuBuf* buf, size_t n_elems);
|
||||
const void*
|
||||
gu_buf_trim(GuBuf* buf);
|
||||
|
||||
void*
|
||||
gu_buf_insert(GuBuf* buf, size_t n_index);
|
||||
|
||||
void
|
||||
gu_buf_flush(GuBuf* buf);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user