#pragma once #define SNPRINTF_DOUBLE 1 unsigned int snprintf(char *str, unsigned int size, const char *restrict format, ...);