Set cut_dir properly, and add mode line for Emacs.
[gnulib/ericb.git] / modules / linked-list
blob1c66585e8009bb2cdf7be5605729f8acd449c8b8
1 Description:
2 Sequential list data type implemented by a linked list.
4 Files:
5 lib/gl_linked_list.h
6 lib/gl_linked_list.c
7 lib/gl_anylinked_list1.h
8 lib/gl_anylinked_list2.h
10 Depends-on:
11 list
13 configure.ac:
15 Makefile.am:
16 lib_SOURCES += gl_linked_list.h gl_linked_list.c gl_anylinked_list1.h gl_anylinked_list2.h
18 Include:
19 "gl_linked_list.h"
21 License:
22 GPL
24 Maintainer:
25 Bruno Haible