ptsname_r: Fix a compiler warning on Solaris.
[gnulib.git] / modules / xlist
blobe258161b106d7ed368ec646feac9b9cb006973aa
1 Description:
2 Abstract sequential list data type, with out-of-memory checking.
4 Files:
5 lib/gl_xlist.h
6 lib/gl_xlist.c
8 Depends-on:
9 list
10 extern-inline
11 stdbool
12 xalloc-die
14 configure.ac:
16 Makefile.am:
17 lib_SOURCES += gl_xlist.h gl_xlist.c
19 Include:
20 "gl_xlist.h"
22 License:
23 GPL
25 Maintainer:
26 all