verify: new macro 'assume'
[gnulib.git] / modules / full-write
1 Description:
2 An interface to the write() function that writes all it is asked to write.
3
4 Files:
5 lib/full-write.h
6 lib/full-write.c
7
8 Depends-on:
9 safe-write
10
11 configure.ac:
12
13 Makefile.am:
14 lib_SOURCES += full-write.h full-write.c
15
16 Include:
17 "full-write.h"
18
19 License:
20 LGPLv2+
21
22 Maintainer:
23 Jim Meyering, Bruno Haible