#pragma once #include #include #include int snprintf(char* s, size_t n, const char* format, ...); int vsnprintf(char* s, size_t n, const char* format, va_list arg); /* vim: set ts=4 sw=4 tw=0 noet :*/