verify: new macro 'assume'
[gnulib.git] / modules / getline
1 Description:
2 Read a line from a stream.
3
4 Files:
5 lib/getline.c
6 m4/getline.m4
7
8 Depends-on:
9 stdio
10 extensions
11 getdelim        [test $REPLACE_GETLINE = 1]
12
13 configure.ac:
14 gl_FUNC_GETLINE
15 if test $REPLACE_GETLINE = 1; then
16   AC_LIBOBJ([getline])
17   gl_PREREQ_GETLINE
18 fi
19 gl_STDIO_MODULE_INDICATOR([getline])
20
21 Makefile.am:
22
23 Include:
24 <stdio.h>
25
26 License:
27 LGPLv2+
28
29 Maintainer:
30 Simon Josefsson