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