#pragma once #include "memory.h" #include int vsprintf(char *buf, const char *fmt, va_list args); int sprintf(char *buf, const char *fmt, ...);