mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-10 04:43:00 +03:00
27 lines
377 B
Plaintext
27 lines
377 B
Plaintext
Description:
|
|
Sequential list data type implemented by a linked list.
|
|
|
|
Files:
|
|
lib/gl_linked_list.h
|
|
lib/gl_linked_list.c
|
|
lib/gl_anylinked_list1.h
|
|
lib/gl_anylinked_list2.h
|
|
|
|
Depends-on:
|
|
list
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += gl_linked_list.h gl_linked_list.c gl_anylinked_list1.h gl_anylinked_list2.h
|
|
|
|
Include:
|
|
"gl_linked_list.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|