#pragma once #include "stdarg.h" #include "stdint.h" /* ============================================================================= dofmt.c -- global functions ============================================================================= */ extern int32_t dofmt_(int16_t (*putsub)(), int8_t *format, va_list args);