mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* lib/linebuffer.c (readlinebuffer_delim): * lib/linebuffer.h (struct linebuffer): Prefer idx_t to size_t for indexes, using idx_t-related allocators. * lib/linebuffer.h: Include idx.h. * modules/linebuffer (Depends-on): Add idx.
25 lines
241 B
Plaintext
25 lines
241 B
Plaintext
Description:
|
|
Read a line from a stream.
|
|
|
|
Files:
|
|
lib/linebuffer.h
|
|
lib/linebuffer.c
|
|
|
|
Depends-on:
|
|
idx
|
|
xalloc
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += linebuffer.h linebuffer.c
|
|
|
|
Include:
|
|
"linebuffer.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|