/* ============================================================================= strfill.c -- external declarations ============================================================================= */ #pragma once #include "stdint.h" /* ============================================================================= external functions ============================================================================= */ extern int8_t *strfill(int8_t *s, int8_t c, int16_t n);