mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
25 lines
292 B
Plaintext
25 lines
292 B
Plaintext
Description:
|
|
An interface to read() 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:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering, Bruno Haible
|