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