home *** CD-ROM | disk | FTP | other *** search
/ Aminet 10 / aminetcdnumber101996.iso / Aminet / dev / c / vbcc.lha / vbcc / machines / amiga68k / libsrc / stdio / rename.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-10  |  97 b   |  7 lines

  1. #include <stdio.h>
  2.  
  3. int rename(const char *old,const char *new)
  4. {
  5.     return(Rename(old,new));
  6. }
  7.