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