strftime.h: wrap funtion declaration in extern "C" block
[gnulib.git] / modules / rbtree-list
1 Description:
2 Sequential list data type implemented by a binary tree.
3
4 Files:
5 lib/gl_rbtree_list.h
6 lib/gl_rbtree_list.c
7 lib/gl_anyrbtree_list1.h
8 lib/gl_anyrbtree_list2.h
9 lib/gl_anytree_list1.h
10 lib/gl_anytree_list2.h
11
12 Depends-on:
13 list
14 xalloc
15
16 configure.ac:
17
18 Makefile.am:
19 lib_SOURCES += gl_rbtree_list.h gl_rbtree_list.c gl_anyrbtree_list1.h gl_anyrbtree_list2.h gl_anytree_list1.h gl_anytree_list2.h
20
21 Include:
22 "gl_rbtree_list.h"
23
24 License:
25 GPL
26
27 Maintainer:
28 Bruno Haible
29