mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
28 lines
301 B
Plaintext
28 lines
301 B
Plaintext
Description:
|
|
Read character delimited data from a stream.
|
|
|
|
Files:
|
|
lib/getdelim.c
|
|
m4/getdelim.m4
|
|
|
|
Depends-on:
|
|
extensions
|
|
stdio
|
|
realloc-posix
|
|
EOVERFLOW
|
|
|
|
configure.ac:
|
|
gl_FUNC_GETDELIM
|
|
gl_STDIO_MODULE_INDICATOR([getdelim])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdio.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|