repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/google/fatcat: Move CSE sync at payload
[coreboot.git]
/
src
/
include
/
stdio.h
blob
fe7cb586681bfb873f1b7f32ca6ffbc5f7bcc800
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
/**
4
* Note: This file is only for POSIX compatibility.
5
*/
6
7
#ifndef STDIO_H
8
#define STDIO_H
9
10
#include <stddef.h>
11
12
int
snprintf
(
char
*
buf
,
size_t
size
,
const char
*
fmt
, ...);
13
14
#endif
/* STDIO_H */