verify: new macro 'assume'
[gnulib.git] / modules / avltree-list
1 Description:
2 Sequential list data type implemented by a binary tree.
3
4 Files:
5 lib/gl_avltree_list.h
6 lib/gl_avltree_list.c
7 lib/gl_anyavltree_list1.h
8 lib/gl_anyavltree_list2.h
9 lib/gl_anytree_list1.h
10 lib/gl_anytree_list2.h
11
12 Depends-on:
13 list
14
15 configure.ac:
16
17 Makefile.am:
18 lib_SOURCES += gl_avltree_list.h gl_avltree_list.c gl_anyavltree_list1.h gl_anyavltree_list2.h gl_anytree_list1.h gl_anytree_list2.h
19
20 Include:
21 "gl_avltree_list.h"
22
23 License:
24 GPL
25
26 Maintainer:
27 Bruno Haible
28