mb/google/fatcat: Move CSE sync at payload
[coreboot.git] / src / include / stdio.h
blobfe7cb586681bfb873f1b7f32ca6ffbc5f7bcc800
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 /**
4 * Note: This file is only for POSIX compatibility.
5 */
7 #ifndef STDIO_H
8 #define STDIO_H
10 #include <stddef.h>
12 int snprintf(char *buf, size_t size, const char *fmt, ...);
14 #endif /* STDIO_H */