mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
26 lines
342 B
Plaintext
26 lines
342 B
Plaintext
Description:
|
|
Detect write error on a stream.
|
|
|
|
Files:
|
|
lib/fwriteerror.h
|
|
lib/fwriteerror.c
|
|
|
|
Depends-on:
|
|
stdbool
|
|
|
|
configure.ac:
|
|
AC_DEFINE([GNULIB_FWRITEERROR], 1,
|
|
[Define to 1 when using the gnulib fwriteerror module.])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += fwriteerror.h fwriteerror.c
|
|
|
|
Include:
|
|
"fwriteerror.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|