#pragma once #include "stdint.h" /* ============================================================================= strcpy.c -- global functions ============================================================================= */ extern int8_t *strcpy(int8_t *s1, int8_t *s2);