add clib.json
This commit is contained in:
parent
6c54436b45
commit
e93abe0ec0
1
aatree.h
1
aatree.h
|
@ -100,7 +100,6 @@ static void aatree_init(struct aatree *t)
|
|||
# define aatree_assert(e) (void)0
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <limits.h>
|
||||
static void aatree_relink(struct aatree *old, struct aatree *nw)
|
||||
{
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name" : "aatree",
|
||||
"version" : "0.1.1",
|
||||
"src" : [
|
||||
"aatree.h"
|
||||
],
|
||||
"repo" : "https://software.mcgoron.com/clib/aatree",
|
||||
"description" : "Single header file intrusive balanced tree implementation",
|
||||
"license" : "BSD-2-Clause",
|
||||
"keywords" : ["C89", "single-file", "intrusive", "imperative-binary-tree"]
|
||||
}
|
Loading…
Reference in New Issue