/* ============================================================================= rename.c -- external declarations ============================================================================= */ #pragma once #include "stdint.h" /* ============================================================================= external functions ============================================================================= */ extern int16_t rename(int8_t *old, int8_t *new);