mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
25 lines
306 B
Plaintext
25 lines
306 B
Plaintext
Description:
|
|
An interface to the read() function that reads all it is asked to read.
|
|
|
|
Files:
|
|
lib/full-read.h
|
|
lib/full-read.c
|
|
|
|
Depends-on:
|
|
safe-read
|
|
full-write
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += full-read.h full-read.c
|
|
|
|
Include:
|
|
"full-read.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Jim Meyering, Bruno Haible
|