Last change
on this file since 6dd74a9 was 0580615, checked in by Thomas Lopatic <thomas@…>, 8 years ago |
Point of no return.
|
-
Property mode
set to
100644
|
File size:
338 bytes
|
Line | |
---|
1 | /*
|
---|
2 | =============================================================================
|
---|
3 | rename.c -- rename a file
|
---|
4 | Version 2 -- 1987-06-29 -- D.N. Lynx Crowe
|
---|
5 | =============================================================================
|
---|
6 | */
|
---|
7 |
|
---|
8 | int rename(char *old, char *new)
|
---|
9 | {
|
---|
10 | char buff[60];
|
---|
11 |
|
---|
12 | return(-1); /* return an error for now */
|
---|
13 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.