1
0
forked from GitHub/gf-core

quicksort and binary search for buffers in libgu

This commit is contained in:
kr.angelov
2013-08-27 08:06:34 +00:00
parent 584ad7adab
commit a33f2399c2
2 changed files with 83 additions and 0 deletions

View File

@@ -130,6 +130,11 @@ gu_buf_flush(GuBuf* buf);
void
gu_seq_resize_tail(GuSeq seq, ptrdiff_t change);
void
gu_buf_sort(GuBuf *buf, GuOrder *order);
bool
gu_buf_binsearch(GuBuf *buf, GuOrder *order, void *value);
// Using a buffer as a heap
void