repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
glob: merge from glibc with Zanella glob changes
[gnulib.git]
/
modules
/
getline
blob
72e77abdcfeac9ddc9c8c5a4ad73e300ae136a7f
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