#pragma once #include "stdint.h" /* ============================================================================= sprintf.c -- global functions ============================================================================= */ extern int32_t sprintf(int8_t *str, int8_t *fmt, ...);