verify: new macro 'assume'
[gnulib.git] / modules / list
1 Description:
2 Abstract sequential list data type.
3
4 Files:
5 lib/gl_list.h
6 lib/gl_list.c
7
8 Depends-on:
9 extern-inline
10 stdbool
11
12 configure.ac:
13
14 Makefile.am:
15 lib_SOURCES += gl_list.h gl_list.c
16
17 Include:
18 "gl_list.h"
19
20 License:
21 GPL
22
23 Maintainer:
24 Bruno Haible