#pragma once #include #include int putchar(int c); int printf(const char *format, ...); int sprintf(char *str, const char *format, ...);