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