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