annotate modules/getnline @ 4460:1892b6732a40

New module 'getnline'.
author Bruno Haible <bruno@clisp.org>
date Thu, 17 Jul 2003 16:23:52 +0000
parents
children 7564fca8961e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4460
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Read a line from a stream, with bounded memory allocation.
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/getnline.h
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/getnline.c
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 lib/getndelim2.c
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 m4/getnline.m4
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 m4/ssize_t.m4
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 Depends-on:
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 unlocked-io
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 configure.ac:
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 gl_GETNLINE
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 Makefile.am:
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 lib_SOURCES += getnline.h
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 EXTRA_DIST += getndelim2.c
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 Include:
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 "getnline.h"
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 Maintainer:
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 all
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26