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