annotate modules/linked-list @ 16002:3ea89d2bf5ad

fstat: Tweak documentation. * modules/fstat (Description): More precise description.
author Bruno Haible <bruno@clisp.org>
date Fri, 28 Oct 2011 00:29:04 +0200
parents a8c91b846640
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6978
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Sequential list data type implemented by a linked list.
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/gl_linked_list.h
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/gl_linked_list.c
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 lib/gl_anylinked_list1.h
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 lib/gl_anylinked_list2.h
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 Depends-on:
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 list
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 configure.ac:
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 Makefile.am:
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 lib_SOURCES += gl_linked_list.h gl_linked_list.c gl_anylinked_list1.h gl_anylinked_list2.h
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 Include:
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 "gl_linked_list.h"
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 License:
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 GPL
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 Maintainer:
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 Bruno Haible
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26