mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/getndelim2.m4 (gl_GETNDELIM2): Remove AC_LIBOBJ invocation. * modules/getndelim2 (Makefile.am): Augment lib_SOURCES.
32 lines
358 B
Plaintext
32 lines
358 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:
|
|
lib_SOURCES += getndelim2.c
|
|
|
|
Include:
|
|
"getndelim2.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|