summaryrefslogtreecommitdiff
path: root/modules/getline
blob: 72e77abdcfeac9ddc9c8c5a4ad73e300ae136a7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Description:
Read a line from a stream.

Files:
lib/getline.c
m4/getline.m4

Depends-on:
stdio
extensions
getdelim        [test $REPLACE_GETLINE = 1]

configure.ac:
gl_FUNC_GETLINE
if test $REPLACE_GETLINE = 1; then
  AC_LIBOBJ([getline])
  gl_PREREQ_GETLINE
fi
gl_STDIO_MODULE_INDICATOR([getline])

Makefile.am:

Include:
<stdio.h>

License:
LGPLv2+

Maintainer:
Simon Josefsson