/* SPDX-License-Identifier: GPL-2.0-only */ /** * Note: This file is only for POSIX compatibility. */ #ifndef STDIO_H #define STDIO_H #include int snprintf(char *buf, size_t size, const char *fmt, ...); #endif /* STDIO_H */