repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified: myjupyterlab.sh
[GalaxyCodeBases.git]
/
c_cpp
/
lib
/
gnulib
/
modules
/
linked-list
blob
a9ce573a00e08af63ec9d574ec18db0109b1c7f7
1
Description:
2
Sequential list data type implemented by a linked list.
3
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
9
10
Depends-on:
11
list
12
13
configure.ac:
14
15
Makefile.am:
16
lib_SOURCES += gl_linked_list.h gl_linked_list.c gl_anylinked_list1.h gl_anylinked_list2.h
17
18
Include:
19
"gl_linked_list.h"
20
21
License:
22
GPL
23
24
Maintainer:
25
all