Move getline and getdelim into stdio.h, per POSIX 200x.
[pspp] / modules / getdelim
1 Description:
2 Read character delimited data from a stream.
3
4 Files:
5 lib/getdelim.c
6 m4/getdelim.m4
7
8 Depends-on:
9 stdio
10
11 configure.ac:
12 gl_FUNC_GETDELIM
13 gl_STDIO_MODULE_INDICATOR([getdelim])
14
15 Makefile.am:
16
17 Include:
18 <stdio.h>
19
20 License:
21 LGPLv2+
22
23 Maintainer:
24 Simon Josefsson