mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-18 23:42:00 +03:00
27 lines
283 B
Plaintext
27 lines
283 B
Plaintext
Description:
|
|
POSIX compatible write() function: write data to a file descriptor
|
|
|
|
Files:
|
|
lib/write.c
|
|
m4/write.m4
|
|
|
|
Depends-on:
|
|
unistd
|
|
raise
|
|
|
|
configure.ac:
|
|
gl_FUNC_WRITE
|
|
gl_UNISTD_MODULE_INDICATOR([write])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<unistd.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|