Move getline and getdelim into stdio.h, per POSIX 200x.
[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 getdelim
10 stdio
11
12 configure.ac:
13 gl_FUNC_GETLINE
14 gl_STDIO_MODULE_INDICATOR([getline])
15
16 Makefile.am:
17
18 Include:
19 <stdio.h>
20
21 License:
22 LGPLv2+
23
24 Maintainer:
25 Simon Josefsson