34 lines
479 B
Plaintext
34 lines
479 B
Plaintext
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
|
|
gl_CONDITIONAL([GL_COND_OBJ_GETLINE], [test $REPLACE_GETLINE = 1])
|
|
AM_COND_IF([GL_COND_OBJ_GETLINE], [
|
|
gl_PREREQ_GETLINE
|
|
])
|
|
gl_STDIO_MODULE_INDICATOR([getline])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_GETLINE
|
|
lib_SOURCES += getline.c
|
|
endif
|
|
|
|
Include:
|
|
<stdio.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|