Manual: improve out-of-memory documentation.
[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 m4/gl_list.m4
8
9 Depends-on:
10 inline
11 stdbool
12
13 configure.ac:
14 gl_LIST
15
16 Makefile.am:
17 lib_SOURCES += gl_list.h gl_list.c
18
19 Include:
20 "gl_list.h"
21
22 License:
23 GPL
24
25 Maintainer:
26 Bruno Haible