/* ============================================================================= rename.c -- rename a file Version 2 -- 1987-06-29 -- D.N. Lynx Crowe ============================================================================= */ #include "ram.h" int16_t rename(int8_t *old, int8_t *new) { int8_t buff[60]; return(-1); /* return an error for now */ }