blob: ca681d2e0b05061d146221325d5272a7f82595dc [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
/**
* Note: This file is only for POSIX compatibility, and is meant to be
* chain-included via string.h.
*/
#ifndef STDIO_H
#define STDIO_H
#include <stddef.h>
#if !defined(__ROMCC__)
int snprintf(char *buf, size_t size, const char *fmt, ...);
#endif
#endif /* STDIO_H */