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