649c2fa6c316e823c6ae32a9e191032f3b4455fe
[pspp] / modules / rename
1 Description:
2 rename() function: change the name or location of a file.
3
4 Files:
5 lib/rename.c
6 m4/rename.m4
7
8 Depends-on:
9 dirname
10 lstat
11 stdbool
12 stdio
13 strdup
14
15 configure.ac:
16 gl_FUNC_RENAME
17 gl_STDIO_MODULE_INDICATOR([rename])
18
19 Makefile.am:
20
21 Include:
22 <stdio.h>
23
24 License:
25 GPL
26
27 Maintainer:
28 Jim Meyering