avl: include avl source code from ccan
commitd844518280a3284fe5229b29781735e6a9bae425
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 21 Feb 2014 13:07:35 +0000 (21 16:07 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 21 Feb 2014 13:07:35 +0000 (21 16:07 +0300)
tree66418097b109e3793b3b584baff67dda73dfe69a
parent8ede2472fd5fc7dc081700b5089b6e497c7e222f
avl: include avl source code from ccan

This just imports the AVL source code from CCAN.  It is MIT licensed.

I am going to use it to make slists into an AVL tree instead of a list.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
LICENSE
Makefile
avl.c [new file with mode: 0644]
avl.h [new file with mode: 0644]
smatch.h