Mercurial > hg > octave-nkf > gnulib-hg
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 |
rev | line source |
---|---|
4460 | 1 Description: |
2 Read a line from a stream, with bounded memory allocation. | |
3 | |
4 Files: | |
5 lib/getnline.h | |
6 lib/getnline.c | |
7 lib/getndelim2.c | |
8 m4/getnline.m4 | |
9 m4/ssize_t.m4 | |
10 | |
11 Depends-on: | |
12 unlocked-io | |
13 | |
14 configure.ac: | |
15 gl_GETNLINE | |
16 | |
17 Makefile.am: | |
18 lib_SOURCES += getnline.h | |
19 EXTRA_DIST += getndelim2.c | |
20 | |
21 Include: | |
22 "getnline.h" | |
23 | |
24 Maintainer: | |
25 all | |
26 |