mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* modules/getndelim2 (Depends-on): Add stdbool, freadptr, freadseek, and memchr2. * lib/getndelim2.c (getndelim2): Use them for block reads. Signed-off-by: Eric Blake <ebb9@byu.net>
31 lines
326 B
Plaintext
31 lines
326 B
Plaintext
Description:
|
|
Read a line from a stream, stopping at one of 2 delimiters, with bounded
|
|
memory allocation.
|
|
|
|
Files:
|
|
lib/getndelim2.h
|
|
lib/getndelim2.c
|
|
m4/getndelim2.m4
|
|
|
|
Depends-on:
|
|
ssize_t
|
|
stdbool
|
|
stdint
|
|
freadptr
|
|
freadseek
|
|
memchr2
|
|
|
|
configure.ac:
|
|
gl_GETNDELIM2
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"getndelim2.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
all
|