New source tree.
[cacao.git] / src / toolbox / avl.c
index 7bdae27b50fbbd76138629f051c2980347a83ff7..5ea308793b635a22bf4db7d86d5d64485dddd367 100644 (file)
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+
 #include "toolbox/avl.h"
 
+
 /* Creates and returns a new table
    with comparison function |compare| using parameter |param|
    and memory allocator |allocator|.