mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
32 lines
304 B
Plaintext
32 lines
304 B
Plaintext
Description:
|
|
Copying of files.
|
|
|
|
Files:
|
|
lib/copy-file.h
|
|
lib/copy-file.c
|
|
m4/copy-file.m4
|
|
|
|
Depends-on:
|
|
error
|
|
safe-read
|
|
full-write
|
|
binary-io
|
|
exit
|
|
gettext-h
|
|
unistd
|
|
|
|
configure.ac:
|
|
gl_COPY_FILE
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += copy-file.h copy-file.c
|
|
|
|
Include:
|
|
"copy-file.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|