#include #include int snprintf(char *restrict s, size_t n, const char *restrict fmt, ...) { return 0; }