Helple

Results 6 comments of Helple

@stephenfewer I have the exact same error like @google0101-ryan I am running Debian 10 too Do you have an idea ?

@tidwall Hi, **btree_ascend** & **btree_descend** with pivot parameter not working ```c #include #include #include "btree.h" struct user { char *first; char *last; int age; }; int user_compare(const void *a, const...

@tidwall I forgot to add it when I had copy paste the code in this issue. I just added it

@tidwall Hum, Can we pivot on age? Maybe I don't understand how this function works? I was expecting to have the same effect as a sort function that would have...

OK, I understand. It's all related to the "compare" function, I just misunderstood how it worked. Thanks for your help, so quickly. I appreciate. If you have a patreon or...

@fanzidanzhidi Look this PR : [Add simple Realloc functions #11 ](https://github.com/thi-ng/tinyalloc/pull/11/commits/a7b4f17264659599ff5f3e7a87d7e315dcd905de) Have a good day