| Last change
 on this file since d21fc6f was             b28a12e, checked in by Thomas Lopatic <thomas@…>, 8 years ago | 
        
          | 
Zero redundant declarations.
 | 
        
          | 
              
Property                 mode
 set to                 100644 | 
        
          | File size:
            366 bytes | 
      
      
| Rev | Line |  | 
|---|
| [f40a309] | 1 | /* | 
|---|
|  | 2 | ============================================================================= | 
|---|
|  | 3 | rename.c -- rename a file | 
|---|
|  | 4 | Version 2 -- 1987-06-29 -- D.N. Lynx Crowe | 
|---|
|  | 5 | ============================================================================= | 
|---|
|  | 6 | */ | 
|---|
|  | 7 |  | 
|---|
| [b28a12e] | 8 | #include "ram.h" | 
|---|
| [6262b5c] | 9 |  | 
|---|
| [7258c6a] | 10 | int16_t rename(int8_t *old, int8_t *new) | 
|---|
| [f40a309] | 11 | { | 
|---|
| [7258c6a] | 12 | int8_t buff[60]; | 
|---|
| [f40a309] | 13 |  | 
|---|
|  | 14 | return(-1);             /* return an error for now */ | 
|---|
|  | 15 | } | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.