mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
26 lines
238 B
Plaintext
26 lines
238 B
Plaintext
Description:
|
|
rename() function: change the name or location of a file.
|
|
|
|
Files:
|
|
lib/rename.c
|
|
m4/rename.m4
|
|
|
|
Depends-on:
|
|
xalloc
|
|
dirname
|
|
|
|
configure.ac:
|
|
vb_FUNC_RENAME
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdio.h>
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|
|
|