1Description: 2Sequential list data type backed by another list, with out-of-memory checking. 3 4Files: 5lib/gl_xsublist.h 6lib/gl_xsublist.c 7 8Depends-on: 9sublist 10extern-inline 11xalloc-die 12 13configure.ac: 14 15Makefile.am: 16lib_SOURCES += gl_xsublist.h gl_xsublist.c 17 18Include: 19"gl_xsublist.h" 20 21License: 22GPL 23 24Maintainer: 25Bruno Haible 26