#pragma once #include "stdint.h" #include "stdio.h" /* ============================================================================= fprintf.c -- global functions ============================================================================= */ extern int16_t fprintf(FILE *stream, int8_t *fmt, ...);