mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
27 lines
289 B
Plaintext
27 lines
289 B
Plaintext
Description:
|
|
Read a line from a stream, with bounded memory allocation.
|
|
|
|
Files:
|
|
lib/getnline.h
|
|
lib/getnline.c
|
|
m4/getnline.m4
|
|
|
|
Depends-on:
|
|
getndelim2
|
|
ssize_t
|
|
|
|
configure.ac:
|
|
gl_GETNLINE
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += getnline.h getnline.c
|
|
|
|
Include:
|
|
"getnline.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
all
|